Ported class Integer from Gnu libg++
[ACL.git] / src / Makefile.am
index 7e1d3cc..c9b1cf2 100644 (file)
@@ -1,6 +1,7 @@
 lib_LTLIBRARIES = libACL.la
 
 libACL_la_SOURCES = string.cpp regex.cpp date.cpp parsedate.c dateyacc.y datelex.c \
-                    hour.cpp utc.cpp
+                    hour.cpp utc.cpp \
+                    Integer.cpp
 
-include_HEADERS = String.h date.h
+include_HEADERS = String.h date.h Integer.h