mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43707 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
359 B
Diff
12 lines
359 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -3,7 +3,7 @@ sbin_PROGRAMS = nft
|
|
CLEANFILES = scanner.c parser_bison.c
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
-AM_CPPFLAGS += -DDEFAULT_INCLUDE_PATH="\"${sysconfdir}\"" -DDEBUG \
|
|
+AM_CPPFLAGS += -DDEFAULT_INCLUDE_PATH="\"${sysconfdir}\"" \
|
|
${LIBMNL_CFLAGS} ${LIBNFTNL_CFLAGS}
|
|
|
|
AM_CFLAGS = -Wall \
|