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/Makefile.am | |
| 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/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 9 |
1 files changed, 1 insertions, 8 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 |
