mirror of https://github.com/getdnsapi/getdns.git
fixed ordering issue with libgetdns link, added test and example back to make clean
This commit is contained in:
parent
ffa9a72073
commit
c377e6e2f0
|
@ -32,9 +32,11 @@ all: libgetdns
|
|||
|
||||
libgetdns: sync.o context.o list.o dict.o convert.o general.o hostname.o service.o request-internal.o \
|
||||
validate_dnssec.o util-internal.o getdns_error.o
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -shared -o libgetdns.so $?
|
||||
$(CC) $(CFLAGS) -shared -o libgetdns.so $? $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
cd test && $(MAKE) $@
|
||||
cd example && $(MAKE) $@
|
||||
rm -f *.o $(PROGRAMS) libgetdns.so
|
||||
|
||||
distclean : clean
|
||||
|
|
Loading…
Reference in New Issue