diff options
Diffstat (limited to 'cpp/src')
-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 2496c5f8b0..0a87595ec4 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -236,7 +236,9 @@ libqpidbroker_la_LIBADD = libqpidcommon.la -luuid if HAVE_XML libqpidbroker_la_LIBADD += -lxerces-c -lxqilla endif - +if HAVE_SASL +libqpidbroker_la_LIBADD += -lsasl2 +endif libqpidbroker_la_SOURCES = \ $(mgen_broker_cpp) \ |