author | Michael Krelin <hacker@klever.net> | 2008-01-01 14:08:05 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-01-04 18:23:51 (UTC) |
commit | 15d089da9f7682bc3524b6a278cfcd64621e7db2 (patch) (unidiff) | |
tree | 065c437d9de7d9fe33e60cd825d2e2475f7e9f8b /test/Makefile.am | |
parent | 9e46475efea0f61bc588221d21d0d749c4eb7ab1 (diff) | |
download | libopkele-15d089da9f7682bc3524b6a278cfcd64621e7db2.zip libopkele-15d089da9f7682bc3524b6a278cfcd64621e7db2.tar.gz libopkele-15d089da9f7682bc3524b6a278cfcd64621e7db2.tar.bz2 |
configurable -DNDEBUG
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 13c4cd2..bacaafa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am | |||
@@ -1,5 +1,6 @@ | |||
1 | noinst_PROGRAMS = test idiscover | 1 | noinst_PROGRAMS = test idiscover |
2 | 2 | ||
3 | AM_CPPFLAGS=${CPPFLAGS_DEBUG} | ||
3 | DEFAULT_INCLUDES = -I${top_builddir} | 4 | DEFAULT_INCLUDES = -I${top_builddir} |
4 | INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} | 5 | INCLUDES = -I${top_srcdir}/include/ ${KONFORKA_CFLAGS} |
5 | 6 | ||