Added config support via libconfig
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ LIBS ?= $(wildcard $(LIBS_DIR)/*)
|
||||
CGI_EXECS ?= view_comments.cgi new_client.cgi
|
||||
EXEC_TARGETS := $(patsubst %.cgi,$(BD)/%.cgi,$(CGI_EXECS))
|
||||
|
||||
LDFLAGS ?= -L$(BD)/ -lcgic -lqments -lhiredis -ltomcrypt -luuid
|
||||
LDFLAGS ?= -L$(BD)/ -lconfig -lcgic -lqments -lhiredis -ltomcrypt -luuid
|
||||
|
||||
SRC_FILES := $(shell find $(SD) -name *.c)
|
||||
EXEC_OBJS := $(patsubst %.cgi,$(BD)/%.o,$(CGI_EXECS))
|
||||
|
Reference in New Issue
Block a user