diff options
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 2ac9a7e716..6af68f780b 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -64,8 +64,10 @@ qpidd_LDADD = \ libqpidbroker.la \ libqpidcommon.la +posix_qpidd_src = posix/QpiddBroker.cpp + sbin_PROGRAMS = qpidd -qpidd_SOURCES = qpidd.cpp +qpidd_SOURCES = qpidd.cpp $(posix_qpidd_src) posix_plat_src = \ qpid/log/posix/SinkOptions.cpp \ |
