diff options
-rw-r--r-- | qpid/cpp/src/replication.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/replication.mk b/qpid/cpp/src/replication.mk index c65a7ae3b9..4a51fb9c7d 100644 --- a/qpid/cpp/src/replication.mk +++ b/qpid/cpp/src/replication.mk @@ -47,6 +47,6 @@ replication_exchange_la_SOURCES = \ replication_exchange_la_LIBADD = libqpidbroker.la if SUNOS - replication_exchange_la_LIBADD += libqpidcommon.la -lboost_program_options -lCrun -luuid + replication_exchange_la_LIBADD += libqpidcommon.la -lboost_program_options $(SUNCC_RUNTIME_LIBS) -luuid endif replication_exchange_la_LDFLAGS = $(PLUGINLDFLAGS) |