]> granicus.if.org Git - pdns/commitdiff
make lua default for svn based compilations
authorBert Hubert <bert.hubert@netherlabs.nl>
Tue, 28 Jul 2009 20:58:40 +0000 (20:58 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Tue, 28 Jul 2009 20:58:40 +0000 (20:58 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1375 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile.am

index 1dc2203c25f5be8d6217e7f22bd2e7bdb8638c31..1e7fd74a77a064c49b48087b55ab7504390a27c1 100644 (file)
@@ -1,4 +1,4 @@
-AM_CXXFLAGS=-DSYSCONFDIR=\"@sysconfdir@\" -DLIBDIR=\"@libdir@\" -DLOCALSTATEDIR=\"@socketdir@\" -Ibackends/bind @THREADFLAGS@ -I/usr/include/lua5.1
+AM_CXXFLAGS=-DSYSCONFDIR=\"@sysconfdir@\" -DLIBDIR=\"@libdir@\" -DLOCALSTATEDIR=\"@socketdir@\" -Ibackends/bind @THREADFLAGS@ -I/usr/include/lua5.1
 AM_CPPFLAGS=-Ibackends/bind @THREADFLAGS@
 
 EXTRA_DIST = docs/Makefile docs/expand \
@@ -130,7 +130,7 @@ endif
 
 #../modules/gmysqlbackend/smysql.cc 
 
-pdns_recursor_LDFLAGS=  # -llua5.1 
+pdns_recursor_LDFLAGS= -llua5.1 
 pdns_recursor_LDADD=
 
 pdns_control_SOURCES=dynloader.cc dynmessenger.cc  arguments.cc logger.cc statbag.cc \