diff --git a/Makefile.am b/Makefile.am index 35215350..786205d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,5 @@ SUBDIRS = lib/libalpm src/util src/pacman scripts doc doc/hu 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 \ COPYING \ diff --git a/configure.ac b/configure.ac index 5fb37e86..35423840 100644 --- a/configure.ac +++ b/configure.ac @@ -276,9 +276,6 @@ etc/pacman.conf etc/pacman.d/Makefile etc/pacman.d/mirrorlist etc/abs/Makefile -bindings/perl/Makefile -bindings/python/Makefile -bindings/java/Makefile Makefile ])