diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-04-05 07:12:16 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-04-05 07:12:16 -0600 |
commit | 1221ae3dd07959d47d9f27e9d2271671003d2bed (patch) | |
tree | a1efb3ca2cc4ae06b7ecbfdede57dc1722c6518d /src | |
parent | 9a8b3e97477f1621d8dc5a968217e4b44eaf59a8 (diff) |
libexpr
Diffstat (limited to 'src')
-rw-r--r-- | src/error-demo/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error-demo/local.mk b/src/error-demo/local.mk index 121cab9e3..2cb2a0dc4 100644 --- a/src/error-demo/local.mk +++ b/src/error-demo/local.mk @@ -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 |