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 /lib/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-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 185411f..9c73e96 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -1,5 +1,6 @@ | |||
1 | lib_LTLIBRARIES = libopkele.la | 1 | lib_LTLIBRARIES = libopkele.la |
2 | 2 | ||
3 | AM_CPPFLAGS = ${CPPFLAGS_DEBUG} | ||
3 | DEFAULT_INCLUDES = -I${top_builddir} | 4 | DEFAULT_INCLUDES = -I${top_builddir} |
4 | INCLUDES = \ | 5 | INCLUDES = \ |
5 | -I${top_srcdir}/include/ \ | 6 | -I${top_srcdir}/include/ \ |