summaryrefslogtreecommitdiff
path: root/cpp/examples/makedist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples/makedist.mk')
-rw-r--r--cpp/examples/makedist.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/examples/makedist.mk b/cpp/examples/makedist.mk
index c494af5e8f..9a1568d427 100644
--- a/cpp/examples/makedist.mk
+++ b/cpp/examples/makedist.mk
@@ -20,6 +20,7 @@
AM_CXXFLAGS = $(WARNING_CFLAGS)
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
CLIENT_LIB=$(top_builddir)/src/libqpidclient.la
+COMMON_LIB=$(top_builddir)/src/libqpidcommon.la
CONSOLE_LIB=$(top_builddir)/src/libqmfconsole.la
CLIENTFLAGS=-lqpidclient
CONSOLEFLAGS=-lqmfconsole