diff options
Diffstat (limited to 'bindings/Makefile.am')
-rw-r--r-- | bindings/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am new file mode 100644 index 0000000..8f1fc83 --- /dev/null +++ b/bindings/Makefile.am @@ -0,0 +1,7 @@ +SUBDIRS = + +if ENABLE_PYTHON +SUBDIRS += python +endif + +-include $(top_srcdir)/git.mk |