From 8fc571ee337add8f2c4ab1f1ebc0c4784c58e2bf Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 30 Mar 2007 15:31:58 +0000 Subject: Fix configure.ac. It was broken by removal of ExchangeBinding.cpp. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@524129 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/configure.ac b/cpp/configure.ac index 5a1d634184..f4dcf32c28 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -16,7 +16,7 @@ AM_INIT_AUTOMAKE([dist-bzip2]) AC_PREREQ(2.59) AC_CONFIG_HEADERS([config.h:config.in]) -AC_CONFIG_SRCDIR([lib/broker/ExchangeBinding.cpp]) +AC_CONFIG_SRCDIR([lib/broker/Broker.cpp]) AC_PROG_CC_STDC AM_PROG_CC_C_O -- cgit v1.2.1