Add libcares as dependency to GbDns so we make sure that required files are there before compiling GbDns.cpp

This commit is contained in:
Ai Lin Chia
2017-07-10 12:49:53 +02:00
parent bcfd05c8ce
commit eaaf688a8b

@ -308,6 +308,8 @@ FORCE:
gb: $(LIBFILES) $(OBJS) main.o
$(CXX) $(DEFS) $(CPPFLAGS) -o $@ main.o $(OBJS) $(LIBS)
GbDns.o: libcares.so
.PHONY: static
static: $(LIBFILES) $(OBJS) main.o