diff options
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} |
