## process this file with automake to produce Makefile.in

AM_CPPFLAGS = @APR_CPPFLAGS@ @STLPORT_INCLUDES@ @APR_INCLUDES@ @APU_INCLUDES@ @BOOST_INCLUDES@

noinst_LIBRARIES   = libutil.a

noinst_HEADERS     = AprException.h \
                     apr.h \
                     Char.h \
                     CommandArgs.h \
                     Compare.h \
                     Condition.h \
                     ErrorCodes.h \
                     Error.h \
                     ErrorImpl.h \
                     Exception.h \
                     ExceptionStack.h \
                     File.h \
                     FileData.h \
                     iconvstream.h \
                     Id.h \
                     max.h \
                     Memory.h \
                     Mutex.h \
                     Stackframe.h \
                     String.h \
                     types.h \
                     utf.h \
                     utf8.h \
                     uuid.h 

libutil_a_SOURCES  = AprException.cpp \
                     apr.cpp \
                     CommandArgs.cpp \
                     Condition.cpp \
                     ErrorCodes.cpp \
                     Error.cpp \
                     ErrorImpl.cpp \
                     File.cpp \
                     FileData.cpp \
                     Id.cpp \
                     Mutex.cpp \
                     Stackframe.cpp \
                     String.cpp \
                     utf.cpp \
                     utf8.cpp \
                     uuid.cpp 


syntax highlighted by Code2HTML, v. 0.9.1