From 93b0e76287e9e18f04b2a2592ea9f424d9386775 Mon Sep 17 00:00:00 2001 From: Jürgen Hötzel Date: Thu, 1 Feb 2007 19:47:39 +0000 Subject: * removal of swig generated bindings --- Makefile.am | 10 ---------- configure.ac | 3 --- 2 files changed, 13 deletions(-) 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 ]) -- cgit v1.2.3-24-g4f1b