From c900a494882e28ccf0c38732eb4dd4e5d56df371 Mon Sep 17 00:00:00 2001 From: Michael Goulish Date: Tue, 25 May 2010 10:08:41 +0000 Subject: Removed sasl test db creation from the Makefile logic, and simply put it into the test scripts where it is used. When mixed in with Makefiles, it was breaking make targets like "install". git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@947994 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'qpid/cpp/src/Makefile.am') diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index f3f8ac5f1c..15a0eb448a 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -489,8 +489,6 @@ if HAVE_SASL libqpidcommon_la_SOURCES += qpid/sys/cyrus/CyrusSecurityLayer.h libqpidcommon_la_SOURCES += qpid/sys/cyrus/CyrusSecurityLayer.cpp libqpidcommon_la_LIBADD += -lsasl2 - -include sasl.mk endif libqpidbroker_la_LIBADD = libqpidcommon.la -luuid -- cgit v1.2.1