Add class configuration
[ACL.git] / src / Makefile.am
index fc7abab..a52770b 100644 (file)
@@ -2,8 +2,9 @@ lib_LTLIBRARIES = libACL.la
 
 libACL_la_SOURCES = string.cpp regex.cpp date.cpp parsedate.c dateyacc.y datelex.c \
                     hour.cpp utc.cpp \
-                    Integer.cpp
+                    Integer.cpp \
+                    configuration.cpp
 
 libACL_la_LDFLAGS = -version-info 2:2:0
 
-include_HEADERS = String.h date.h Integer.h
+include_HEADERS = String.h date.h Integer.h configuration.h