diff options
author | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-01 19:47:39 +0000 |
---|---|---|
committer | Jürgen Hötzel <juergen@archlinux.org> | 2007-02-01 19:47:39 +0000 |
commit | 93b0e76287e9e18f04b2a2592ea9f424d9386775 (patch) | |
tree | 9c179c74d793769048d4e95ab5631f6fe9ffb7d5 /Makefile.am | |
parent | e70a3e80748ffe70c32f2c91998841aa81bb03a3 (diff) |
* removal of swig generated bindings
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 0 insertions, 10 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 \ |