summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-07 14:15:25 +0200
committersven-ola <sven-ola@3484d885-4da6-438d-b19d-107d078dd756>2010-10-07 14:15:25 +0200
commit50907826b01fb170d1d61ea89f4fd72515ecf53e (patch)
treebbda66b21267d1a0598e7d1522d8acd42334bc31 /Makefile
parente566557c4514b4cc14171cb2581c8cc85902a430 (diff)
downloadNPTv6-50907826b01fb170d1d61ea89f4fd72515ecf53e.tar
NPTv6-50907826b01fb170d1d61ea89f4fd72515ecf53e.zip
switched to pr_devel for debug msg
git-svn-id: https://map66.svn.sourceforge.net/svnroot/map66@15 3484d885-4da6-438d-b19d-107d078dd756
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dbfc552..f54abf3 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ KPATH := /lib/modules/$(KVERSION)/build
IPTABLES_VERSION := $(shell ip6tables --version|sed 's/^.*\([[:digit:]]\+\.[[:digit:]]\+\.[[:digit:]]\+\).*/\1/')
IPTABLES_VERSION_CODE := $(shell echo $$(( $$(echo $(IPTABLES_VERSION)|sed 's/^.*\([[:digit:]]\+\)\.\([[:digit:]]\+\)\.\([[:digit:]]\+\).*/\1 * 65536 + \2 * 256 + \3/') )))
ifeq ($(DEBUG),1)
-EXTRA_CFLAGS := -DMAP66_DEBUG
+EXTRA_CFLAGS := -DDEBUG
endif
all: libip6t_MAP66.so