diff options
author | Alan Conway <aconway@apache.org> | 2007-04-14 16:46:28 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-04-14 16:46:28 +0000 |
commit | fb707cada1bc9c4372d9568d4dd16b511178a958 (patch) | |
tree | 9dfc1942492d6db27b7672a7bbd815ee5fc5d5c2 /cpp | |
parent | e592f06a7e03c4fe15372171b871bcc207cc4089 (diff) | |
download | qpid-python-fb707cada1bc9c4372d9568d4dd16b511178a958.tar.gz |
Remove unused pkgconfig stuff. Causing trouble with rpmbuild
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@528836 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile.am | 9 | ||||
-rw-r--r-- | cpp/configure.ac | 1 | ||||
-rw-r--r-- | cpp/qpidc.pc.in | 12 |
3 files changed, 1 insertions, 21 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 09c8b6d7c8..9d7a82c32e 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -1,19 +1,12 @@ AUTOMAKE_OPTIONS = 1.9.2 foreign ACLOCAL_AMFLAGS = -I m4 -# pkg-config data file. -pkgconfigdir = $(libdir)/pkgconfig -PC=$(PACKAGE).pc -pkgconfig_DATA = $(PC) - -BUILT_SOURCES=$(PACKAGE).pc - SPEC=$(PACKAGE).spec EXTRA_DIST = \ LICENSE NOTICE README \ etc/qpidd \ - $(SPEC) $(SPEC).in $(PC) $(PC).in\ + $(SPEC) $(SPEC).in \ rpm/README.qpidd-devel SUBDIRS = gen src docs/api docs/man diff --git a/cpp/configure.ac b/cpp/configure.ac index b180559e40..b4cecfb7a4 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -139,7 +139,6 @@ DOWNLOAD_URL=http://rhm.et.redhat.com/download AC_SUBST(DOWNLOAD_URL) AC_CONFIG_FILES([ - qpidc.pc qpidc.spec Makefile gen/Makefile diff --git a/cpp/qpidc.pc.in b/cpp/qpidc.pc.in deleted file mode 100644 index 5c9c9ea6cc..0000000000 --- a/cpp/qpidc.pc.in +++ /dev/null @@ -1,12 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: @PACKAGE@ -Description: C++ implementation of the AMQP messaging specification. -Version: @VERSION@ -Requires: -URL: @URL@ -Libs: -L${libdir} -lqpidcommon -Cflags: -I${includedir} |