]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: remove unneeded compiler flag 3381/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 15 Feb 2016 16:14:31 +0000 (17:14 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 15 Feb 2016 16:15:05 +0000 (17:15 +0100)
pdns/dnsdistdist/Makefile.am

index 7c33865238284400d55941fb8bb82046e9d9d5ac..31c06b6a657f7d1393f357d73416c84c42b5c758 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I pdns $(LUA_CFLAGS) $(LIBEDIT_CFLAGS) $(YAHTTP_CFLAGS) $(BOOST_CPPFLAGS) $(SANITIZER_FLAGS) -O3 -Wall -pthread -DSYSCONFDIR=\"${sysconfdir}\"
+AM_CPPFLAGS = $(LUA_CFLAGS) $(LIBEDIT_CFLAGS) $(YAHTTP_CFLAGS) $(BOOST_CPPFLAGS) $(SANITIZER_FLAGS) -O3 -Wall -pthread -DSYSCONFDIR=\"${sysconfdir}\"
 
 ACLOCAL_AMFLAGS = -I m4