From 91487eb9676a4138f7139a7aea23d53e4e28e2ca Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 1 May 2015 15:21:43 +0200 Subject: [PATCH] Add flags to dnsdistdist Makefile.am --- pdns/dnsdistdist/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index bb54ac1d9e..8e5c01a111 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -1,5 +1,7 @@ AM_CPPFLAGS = -I pdns $(LUA_CFLAGS) $(YAHTTP_CFLAGS) $(BOOST_CPPFLAGS) -O3 -Wall -pthread -DSYSCONFDIR=\"${sysconfdir}\" +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS=ext/yahttp dnslabeltext.cc: dnslabeltext.rl -- 2.47.2