libexpr
This commit is contained in:
parent
9a8b3e9747
commit
1221ae3dd0
|
@ -5,6 +5,6 @@ error-demo_DIR := $(d)
|
|||
error-demo_SOURCES := \
|
||||
$(wildcard $(d)/*.cc) \
|
||||
|
||||
error-demo_LIBS = libutil
|
||||
error-demo_LIBS = libutil libexpr
|
||||
|
||||
error-demo_LDFLAGS = -pthread $(SODIUM_LIBS) $(EDITLINE_LIBS) $(BOOST_LDFLAGS) -lboost_context -lboost_thread -lboost_system
|
||||
|
|
Loading…
Reference in a new issue