Author: kpvdr
Date: 2010-06-18 10:06:28 -0400 (Fri, 18 Jun 2010)
New Revision: 4036
Modified:
store/trunk/cpp/lib/Makefile.am
Log:
Removed the lib version info from the previous checkin
Modified: store/trunk/cpp/lib/Makefile.am
===================================================================
--- store/trunk/cpp/lib/Makefile.am 2010-06-17 20:02:13 UTC (rev 4035)
+++ store/trunk/cpp/lib/Makefile.am 2010-06-18 14:06:28 UTC (rev 4036)
@@ -27,19 +27,17 @@
dmoduledir=$(libdir)/qpid/daemon
dmodule_LTLIBRARIES = msgstore.la
-msgstore_la_LIBADD = \
+msgstore_la_LIBADD = \
$(APR_LIBS) \
$(LIB_DLOPEN) \
$(LIB_BERKELEY_DB) \
$(LIB_CLOCK_GETTIME) \
$(QPID_LIBS)
-MSGSTORE_VERSION_INFO = 1:0:0
-msgstore_la_LDFLAGS = \
- $(PLUGINLDFLAGS) \
- -version-info $(MSGSTORE_VERSION_INFO)
+msgstore_la_LDFLAGS = \
+ $(PLUGINLDFLAGS)
-msgstore_la_SOURCES = \
+msgstore_la_SOURCES = \
StorePlugin.cpp \
BindingDbt.cpp \
BufferValue.cpp \
Show replies by date