move glue.[ch] into the library proper

This commit is contained in:
Sven M. Hallberg 2013-02-17 15:24:13 +01:00
parent ee78ea0e9f
commit 195e50a7f1
5 changed files with 4 additions and 424 deletions

View file

@ -15,13 +15,12 @@ LDFLAGS += $(pkg-config --libs glib-2.0)
all: dns base64
dns: LDFLAGS:=-L../src -lhammer $(LDFLAGS)
dns: dns.o rr.o dns_common.o glue.o
dns: dns.o rr.o dns_common.o
$(call hush, "Linking $@") $(CC) -o $@ $^ $(LDFLAGS)
dns.o: ../src/hammer.h dns_common.h
rr.o: ../src/hammer.h rr.h dns_common.h
dns_common.o: ../src/hammer.h dns_common.h
glue.o: ../src/hammer.h glue.h
base64: LDFLAGS:=-L../src -lhammer $(LDFLAGS)
base64: base64.o