diff options
Diffstat (limited to 'cpp/src/replication.mk')
| -rw-r--r-- | cpp/src/replication.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/replication.mk b/cpp/src/replication.mk index 6830f99d36..c65a7ae3b9 100644 --- a/cpp/src/replication.mk +++ b/cpp/src/replication.mk @@ -29,6 +29,9 @@ replicating_listener_la_SOURCES = \ qpid/replication/ReplicatingEventListener.h replicating_listener_la_LIBADD = libqpidbroker.la +if SUNOS + replicating_listener_la_LIBADD += libqpidcommon.la -lboost_program_options -luuid $(SUNCC_RUNTIME_LIBS) +endif replicating_listener_la_LDFLAGS = $(PLUGINLDFLAGS) @@ -43,4 +46,7 @@ replication_exchange_la_SOURCES = \ replication_exchange_la_LIBADD = libqpidbroker.la +if SUNOS + replication_exchange_la_LIBADD += libqpidcommon.la -lboost_program_options -lCrun -luuid +endif replication_exchange_la_LDFLAGS = $(PLUGINLDFLAGS) |
