summaryrefslogtreecommitdiff
path: root/bindings/Makefile.am
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-16 17:00:32 +0200
committermalosek <malosek@fastmq.com>2009-09-16 17:00:32 +0200
commitc63387ca3657848c0eaa8014a863148c1e6525ff (patch)
treef4e6e1d58ca7c14f35cb98365b85dd88e1c3af91 /bindings/Makefile.am
parent1b2a426656134b85ff4c75cb0cccbc53f2b83447 (diff)
python directory moved into bindings dir
Diffstat (limited to 'bindings/Makefile.am')
-rw-r--r--bindings/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
new file mode 100644
index 0000000..2b877ed
--- /dev/null
+++ b/bindings/Makefile.am
@@ -0,0 +1,11 @@
+if BUILD_JAVA
+DIR_J = java
+endif
+
+if BUILD_PYTHON
+DIR_P = python
+endif
+
+SUBDIRS = $(DIR_J) $(DIR_P)
+DIST_SUBDIRS = java python
+