X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=6dac8af1dd5730cee315f756a95369ac48465eb1;hb=4ba1a4b0b4488e5058af67b789187735b529075e;hp=543fb6c31bcd1ac6a122b0241fa74a6ae10bfbc9;hpb=b25580915c7223c276348c39d5e7ed496a58a26e;p=catta diff --git a/Makefile b/Makefile index 543fb6c..6dac8af 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ LIBS=$(shell pkg-config --libs glib-2.0) all: flexmdns prioq-test -flexmdns: timeeventq.o main.o iface.o netlink.o server.o address.o util.o prioq.o cache.o rr.o +flexmdns: timeeventq.o main.o iface.o netlink.o server.o address.o util.o prioq.o cache.o rr.o dns.o socket.o $(CC) -o $@ $^ $(LIBS) #test-llist: test-llist.o