diff options
author | Alan Conway <aconway@apache.org> | 2008-11-14 16:02:42 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-11-14 16:02:42 +0000 |
commit | 23482177f452ebdf3023534988efe60d41e8c826 (patch) | |
tree | dac43d3e8a4d7d98cffdd13718fc02db6edea3ec | |
parent | 81b60e973debf04bbf04702fd18a17b69f9d55f9 (diff) | |
download | qpid-python-23482177f452ebdf3023534988efe60d41e8c826.tar.gz |
Remove dummy cluster.so library, no longer needed & confusing.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@714051 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/cluster.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index e91637dcde..d2df1a4518 100644 --- a/cpp/src/cluster.mk +++ b/cpp/src/cluster.mk @@ -34,10 +34,6 @@ cluster_la_SOURCES = \ cluster_la_LIBADD= -lcpg libqpidbroker.la libqpidclient.la -else -# Empty stub library to satisfy rpm spec file. -cluster_la_SOURCES = - endif cluster_la_LDFLAGS = $(PLUGINLDFLAGS) |