summaryrefslogtreecommitdiff
path: root/cpp/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-04-14 16:38:02 +0000
committerAlan Conway <aconway@apache.org>2007-04-14 16:38:02 +0000
commite592f06a7e03c4fe15372171b871bcc207cc4089 (patch)
treec73fcc45594441f6d7767894b0229931111e1471 /cpp/Makefile.am
parent7c48ed87f8fbf6557bfbcc9fc84e25b9f24189ac (diff)
downloadqpid-python-e592f06a7e03c4fe15372171b871bcc207cc4089.tar.gz
* Moved code generation into top-level gen/ dir with own Makefile.am
to correctly install generated headers. * Fixed gen-src.mk/Makefile dependency loop, bootstrap no longer needs to pre-create gen-src.mk. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@528835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
-rw-r--r--cpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am
index 1a7432ffe0..09c8b6d7c8 100644
--- a/cpp/Makefile.am
+++ b/cpp/Makefile.am
@@ -16,7 +16,7 @@ EXTRA_DIST = \
$(SPEC) $(SPEC).in $(PC) $(PC).in\
rpm/README.qpidd-devel
-SUBDIRS = src docs/api docs/man
+SUBDIRS = gen src docs/api docs/man
# Update libtool, if needed.
libtool: $(LIBTOOL_DEPS)