removed core_only source since all funcs are separated now

This commit is contained in:
Glen Wiley 2013-07-15 18:46:42 -04:00
parent a3e1c8d255
commit 19e84c8ec4
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ PROGRAMS=example-simple-answers example-tree example-all-functions example-synch
all: libgetdns example-simple-answers example-tree example-all-functions example-synchronous
libgetdns: getdns_core_only.o getdns_sync.o getdns_context.o
libgetdns: getdns_sync.o getdns_context.o getdns_list.o getdns_dict.o getdns_address.o getdns_convert.o getdns_general.o getdns_hostname.o getdns_service.o getdns_validate_dnssec.o
$(CC) $(CFLAGS) -shared -o libgetdns.so $^
clean:

View File

@ -27,7 +27,7 @@ PROGRAMS=example-simple-answers example-tree example-all-functions example-synch
all: libgetdns example-simple-answers example-tree example-all-functions example-synchronous
libgetdns: getdns_core_only.o getdns_sync.o getdns_context.o getdns_list.o getdns_dict.o getdns_address.o getdns_convert.o getdns_general.o getdns_hostname.o getdns_service.o getdns_validate_dnssec.o
libgetdns: getdns_sync.o getdns_context.o getdns_list.o getdns_dict.o getdns_address.o getdns_convert.o getdns_general.o getdns_hostname.o getdns_service.o getdns_validate_dnssec.o
$(CC) $(CFLAGS) -shared -o libgetdns.so $^
clean: