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 | 2f598049a8a42327a2ff77407a86e7be83bd5ccc (patch) | |
| tree | b11b54b944d08b41cd587936fc8c4bb0d68ed731 /qpid/cpp/Makefile.am | |
| parent | c73c4ceb5a246d2037ee469783dadd8427f647dc (diff) | |
| download | qpid-python-2f598049a8a42327a2ff77407a86e7be83bd5ccc.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@527998 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/Makefile.am')
| -rw-r--r-- | qpid/cpp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/Makefile.am b/qpid/cpp/Makefile.am index dcdcb7cea0..54e7041e99 100644 --- a/qpid/cpp/Makefile.am +++ b/qpid/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 = \ |
