From 47be9ff57e72906660bb62a515222f482131e1fb Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Fri, 11 Apr 2014 09:37:53 +0200 Subject: Create setools-3.3.7 git repo --- libqpol/swig/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 libqpol/swig/Makefile.am (limited to 'libqpol/swig/Makefile.am') diff --git a/libqpol/swig/Makefile.am b/libqpol/swig/Makefile.am new file mode 100644 index 0000000..b1e2d4e --- /dev/null +++ b/libqpol/swig/Makefile.am @@ -0,0 +1,15 @@ +if DO_SWIGIFY_PYTHON + MAYBE_PYSWIG = python +endif + +if DO_SWIGIFY_JAVA + MAYBE_JSWIG = java +endif + +if DO_SWIGIFY_TCL + MAYBE_TCLSWIG = tcl +endif + +SUBDIRS = $(MAYBE_PYSWIG) $(MAYBE_JSWIG) $(MAYBE_TCLSWIG) + +dist_noinst_DATA = qpol.i -- cgit