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) $@
|
cd doc && $(MAKE) $@
|
||||||
rmdir doc 2>/dev/null || true
|
rmdir doc 2>/dev/null || true
|
||||||
cd spec/example && $(MAKE) $@
|
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 -f config.log config.status Makefile libtool
|
||||||
rm -fR autom4te.cache
|
rm -fR autom4te.cache
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ EXTENSION_LIBEVENT_EXT_LIBS=@EXTENSION_LIBEVENT_EXT_LIBS@
|
||||||
EXTENSION_LIBEVENT_LDFLAGS=@EXTENSION_LIBEVENT_LDFLAGS@
|
EXTENSION_LIBEVENT_LDFLAGS=@EXTENSION_LIBEVENT_LDFLAGS@
|
||||||
|
|
||||||
CC=@CC@
|
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
|
LDFLAGS=@LDFLAGS@ -L../../src
|
||||||
LDLIBS=-lgetdns @LIBS@
|
LDLIBS=-lgetdns @LIBS@
|
||||||
PROGRAMS=example-all-functions example-simple-answers example-tree example-synchronous example-reverse
|
PROGRAMS=example-all-functions example-simple-answers example-tree example-synchronous example-reverse
|
||||||
|
|
Loading…
Reference in New Issue