From 528c1e5ff51e213936e800fc5a9a25da99c0bdf2 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 16:46:58 -0300 Subject: initial --- plugin-loaders/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 plugin-loaders/Makefile.am (limited to 'plugin-loaders/Makefile.am') diff --git a/plugin-loaders/Makefile.am b/plugin-loaders/Makefile.am new file mode 100755 index 00000000..bf1e9647 --- /dev/null +++ b/plugin-loaders/Makefile.am @@ -0,0 +1,7 @@ +SUBDIRS = c + +if ENABLE_PYTHON +SUBDIRS += python +endif + +-include $(top_srcdir)/git.mk -- cgit v1.2.1