* removal of swig generated bindings

This commit is contained in:
Jürgen Hötzel 2007-02-01 19:47:39 +00:00
parent e70a3e8074
commit 93b0e76287
2 changed files with 0 additions and 13 deletions

View File

@ -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 \

View File

@ -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
])