summaryrefslogtreecommitdiffstats
path: root/example/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile.am')
-rw-r--r--example/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am
index 86ab50a..c62fcf9 100644
--- a/example/Makefile.am
+++ b/example/Makefile.am
@@ -10,11 +10,13 @@ asio_example_CXXFLAGS = \
-DBOOST_ALL_NO_LIB \
-DBOOST_SYSTEM_NO_DEPRECATED \
-DBOOST_ERROR_CODE_HEADER_ONLY \
+ -DBOOST_COROUTINES_NO_DEPRECATION_WARNING \
-I$(top_srcdir)
asio_example_LDADD = \
$(SYSTEMD_LIBS) \
$(PTHREAD_LIBS) \
+ -lboost_coroutine \
../libsdbusplus.la
asio_example_LDFLAGS = \
OpenPOWER on IntegriCloud