aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/Makefile.am
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-02-23 09:11:22 +0100
committerSimon Busch <morphis@gravedo.de>2012-02-23 09:11:22 +0100
commite8c5de20b677ddd96755e8dfd96754f797a68edb (patch)
tree1a5f6e2aabccabcbe4d2f6df80213fa271f894ea /samsung-ipc/Makefile.am
parent58559e4461a2a85f9f4af78224c3e45f3b252d16 (diff)
downloadhardware_replicant_libsamsung-ipc-e8c5de20b677ddd96755e8dfd96754f797a68edb.tar.gz
hardware_replicant_libsamsung-ipc-e8c5de20b677ddd96755e8dfd96754f797a68edb.tar.bz2
hardware_replicant_libsamsung-ipc-e8c5de20b677ddd96755e8dfd96754f797a68edb.zip
Define DEBUG when compiling with debugging enabled
Diffstat (limited to 'samsung-ipc/Makefile.am')
-rw-r--r--samsung-ipc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index 1f0c9b0..2d94c95 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -7,7 +7,7 @@ AM_CFLAGS = \
$(NULL)
if WANT_DEBUG
-AM_CFLAGS += -ggdb -O0
+AM_CFLAGS += -ggdb -O0 -DDEBUG
endif
lib_LTLIBRARIES = \