diff options
author | Martin Willi <martin@strongswan.org> | 2007-09-13 08:06:17 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-09-13 08:06:17 +0000 |
commit | d8c15900ad377d884412fef6e2d8c64447d377db (patch) | |
tree | a5ec62cfc4abb1b9a5ef1823ec0ff23b119562e5 | |
parent | 068ba027751ae0a839342542ea4c7463e66ccaf3 (diff) | |
download | strongswan-d8c15900ad377d884412fef6e2d8c64447d377db.tar.bz2 strongswan-d8c15900ad377d884412fef6e2d8c64447d377db.tar.xz |
added missing enumerator.h to distribution
-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} |