From 94810222866b7cc36bf442993826f9b38dbe9c41 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sun, 15 Oct 2006 19:38:02 +0000 Subject: Final frugalware changes commit --- Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 44523442..ebec81b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,13 @@ -SUBDIRS = lib/libftp lib/libalpm src/util src/pacman scripts doc +SUBDIRS = lib/libftp lib/libalpm src/util src/pacman scripts doc etc +if HAS_PERL +SUBDIRS += bindings/perl +endif +if HAS_PYTHON +SUBDIRS += bindings/python +endif +if HAS_JAVA +SUBDIRS += bindings/java +endif EXTRA_DIST = \ ChangeLog \ @@ -6,3 +15,6 @@ EXTRA_DIST = \ README \ TODO \ TODO.autoconf + +check: + cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1 -- cgit v1.2.3-24-g4f1b