Added tests for string modify and shift functions.
[libacl.git] / src / Makefile.am
1 lib_LTLIBRARIES = libACL.la
2
3 libACL_la_SOURCES = string.cpp regex.cpp date.cpp parsedate.c dateyacc.y datelex.c \
4                     hour.cpp utc.cpp \
5                     Integer.cpp \
6                     xml.cpp \
7                     configuration.cpp \
8                     _version.c
9
10 libACL_la_LDFLAGS = -release 0.3.1
11
12 include_HEADERS = String.h date.h Integer.h xml.h configuration.h