mirror of https://github.com/getdnsapi/getdns.git
Some left over fixes for the example move
This commit is contained in:
parent
b063462786
commit
2fe5a51dd4
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue