Some left over fixes for the example move

This commit is contained in:
Willem Toorop 2014-10-24 16:25:16 +02:00
parent b063462786
commit 2fe5a51dd4
2 changed files with 3 additions and 1 deletions

View File

@ -110,6 +110,8 @@ distclean:
cd doc && $(MAKE) $@
rmdir doc 2>/dev/null || true
cd spec/example && $(MAKE) $@
rmdir spec/example 2>/dev/null || true
rmdir spec 2>/dev/null || true
rm -f config.log config.status Makefile libtool
rm -fR autom4te.cache

View File

@ -45,7 +45,7 @@ EXTENSION_LIBEVENT_EXT_LIBS=@EXTENSION_LIBEVENT_EXT_LIBS@
EXTENSION_LIBEVENT_LDFLAGS=@EXTENSION_LIBEVENT_LDFLAGS@
CC=@CC@
CFLAGS=@CFLAGS@ -Wall -I$(srcdir) -I$(srcdir)/../../src -std=c99
CFLAGS=@CFLAGS@ -Wall -I$(srcdir) -I$(srcdir)/../../src -I../../src -std=c99
LDFLAGS=@LDFLAGS@ -L../../src
LDLIBS=-lgetdns @LIBS@
PROGRAMS=example-all-functions example-simple-answers example-tree example-synchronous example-reverse