From d8c15900ad377d884412fef6e2d8c64447d377db Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 13 Sep 2007 08:06:17 +0000 Subject: [PATCH] added missing enumerator.h to distribution --- src/manager/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manager/Makefile.am b/src/manager/Makefile.am index 633423fef..78909b052 100644 --- a/src/manager/Makefile.am +++ b/src/manager/Makefile.am @@ -16,7 +16,7 @@ lib_LTLIBRARIES = libappserv.la libappserv_la_SOURCES = \ lib/context.h lib/dispatcher.c lib/request.h lib/response.h lib/session.h \ lib/controller.h lib/dispatcher.h lib/request.c lib/response.c lib/session.c \ -lib/template.h lib/template.c lib/dict.h lib/dict.c lib/xml.h lib/xml.c +lib/template.h lib/template.c lib/dict.h lib/dict.c lib/xml.h lib/xml.c lib/enumerator.h libappserv_la_LDFLAGS = -lstrongswan -lfcgi -lpthread -lneo_cs -lneo_utl ${xml_LIBS}