obvious makefile b0rken

This commit is contained in:
john stone 2013-11-21 20:59:50 +01:00
parent d71f20c181
commit c701ba439d
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
## to provide a way for the user to supply additional arguments.
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
AM_CXXFLAGS = -std=c++11
AM_CXXFLAGS = -std=c++11
bin_PROGRAMS=siccc
siccc_SOURCES = src/options.c src/sicmain.cc mongoose/mongoose.c
siccc_CFLAGS =
sicc_CXXFLAGS = -ggdb -I../mongoose/
siccc_CXXFLAGS = ${AM_CXXFLAGS} -ggdb -I./mongoose/ -Darschlecken
siccc_LDFLAGS = -ldl -pthread
options.c: options.ggo