You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2008/05/12 20:45:17 UTC

svn commit: r655597 - /incubator/qpid/trunk/qpid/cpp/etc/Makefile.am

Author: astitcher
Date: Mon May 12 11:45:17 2008
New Revision: 655597

URL: http://svn.apache.org/viewvc?rev=655597&view=rev
Log:
Fix to allow VPATH builds to work after checkin for QPID-648

Modified:
    incubator/qpid/trunk/qpid/cpp/etc/Makefile.am

Modified: incubator/qpid/trunk/qpid/cpp/etc/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/etc/Makefile.am?rev=655597&r1=655596&r2=655597&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/etc/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/etc/Makefile.am Mon May 12 11:45:17 2008
@@ -8,7 +8,7 @@
 	qpidd.conf
 
 if HAVE_SASL
-SASL_DB = sasl2/qpidd.sasldb
+SASL_DB = qpidd.sasldb
 
 nobase_sysconf_DATA += \
 	$(SASL_CONF)