diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/manager/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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} |