summaryrefslogtreecommitdiff
path: root/trunk/qpid/cpp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/qpid/cpp/Makefile.am')
-rw-r--r--trunk/qpid/cpp/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/qpid/cpp/Makefile.am b/trunk/qpid/cpp/Makefile.am
new file mode 100644
index 0000000000..8e73ba5777
--- /dev/null
+++ b/trunk/qpid/cpp/Makefile.am
@@ -0,0 +1,15 @@
+AUTOMAKE_OPTIONS = 1.9.2 foreign
+ACLOCAL_AMFLAGS = -I m4
+
+EXTRA_DIST = \
+ LICENSE NOTICE README RELEASE_NOTES DESIGN\
+ xml/cluster.xml
+
+SUBDIRS = managementgen etc src docs/api docs/man examples
+
+# Update libtool, if needed.
+libtool: $(LIBTOOL_DEPS)
+ $(SHELL) ./config.status --recheck
+
+
+