diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-11-10 22:14:40 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-11-10 22:14:40 +0000 |
| commit | 0c58fa199e977f3f3b4afa91cdb9a335c4c94ef3 (patch) | |
| tree | e1a83bd15eb0c205472fee04c6d362c7d29110c1 /cpp/src/Makefile.am | |
| parent | 7accb8fdba4bca1272639f7b520864290a2c25d4 (diff) | |
| download | qpid-python-0c58fa199e977f3f3b4afa91cdb9a335c4c94ef3.tar.gz | |
QPID-3607: pkg config for qmf2 library
- Added new qmf2.pc file and make install logic for it
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1200597 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 1448a8a52f..91c787502d 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -69,6 +69,7 @@ EXTRA_DIST= $(platform_dist) $(rgen_srcs) $(windows_dist) # Define variables that are be appended to by this file and included .mk files. nobase_include_HEADERS = libqpidcommon_la_SOURCES = +pkgconfig_DATA = ## Generated code @@ -900,4 +901,4 @@ install-data-local: # Support for pkg-config pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = qpid.pc +pkgconfig_DATA += qpid.pc |
