mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-14 02:36:06 -04:00
Add libcares as dependency to GbDns so we make sure that required files are there before compiling GbDns.cpp
This commit is contained in:
2
Makefile
2
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user