diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-12 16:04:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-12 16:04:01 +0000 |
| commit | d070652b8591f9c9ec97d4326935892e98e9b928 (patch) | |
| tree | 0d9cd1c900a4a069dc6b6ccb7e60d73f96917f73 /cpp/Makefile.am | |
| parent | b59ee27146c069c155fc9eb2af7d5d4abe6d7bd1 (diff) | |
| download | qpid-python-d070652b8591f9c9ec97d4326935892e98e9b928.tar.gz | |
* cpp/qpid-config.in, Makefile.am, configure.ac: added qpid-config script.
* cpp/m4/qpid.m4: added qpid.m4 script.
* cpp/docs/api/doxygen_mk.sh: removed, unused.
* cpp/docs/api/Makefile.am: fixed dependency typo.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@527998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index dcdcb7cea0..54e7041e99 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -1,6 +1,8 @@ AUTOMAKE_OPTIONS = 1.9.2 foreign ACLOCAL_AMFLAGS = -I m4 +bin_SCRIPTS = qpid-config + SPEC=$(PACKAGE).spec EXTRA_DIST = \ |
