adjust Makefile.am

This commit is contained in:
blastmaster 2014-01-23 02:23:58 +01:00
parent 5cba410e54
commit 48f43be792
1 changed files with 18 additions and 10 deletions

View File

@ -5,10 +5,18 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
AM_CXXFLAGS = -std=gnu++11
bin_PROGRAMS=siccc testfoohash
BUILT_SOURCES=src/Foohash.H
siccc_SOURCES = src/Foohash.H src/options.c src/Routerin.cc src/sicmain.cc mongoose/mongoose.c src/StaticFileHandler.cc
siccc_SOURCES = \
src/Foohash.H \
src/options.c \
src/Routerin.H \
src/Routerin.cc \
src/sicmain.cc \
src/MediocreSimpleStaticFileHandler.H \
src/MediocreSimpleStaticFileHandler.cc \
src/UltraSimpleStaticFileHandler.cc \
mongoose/mongoose.c
siccc_CFLAGS =
siccc_CXXFLAGS = ${AM_CXXFLAGS} -DDEBUG -ggdb -I./mongoose/
siccc_LDFLAGS = -ldl -pthread