From c63387ca3657848c0eaa8014a863148c1e6525ff Mon Sep 17 00:00:00 2001 From: malosek Date: Wed, 16 Sep 2009 17:00:32 +0200 Subject: python directory moved into bindings dir --- bindings/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bindings/Makefile.am (limited to 'bindings/Makefile.am') 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 + -- cgit v1.2.3