2006-10-15 19:38:02 +00:00
|
|
|
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
|
2005-10-17 18:52:43 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
ChangeLog \
|
|
|
|
COPYING \
|
|
|
|
README \
|
|
|
|
TODO \
|
|
|
|
TODO.autoconf
|
2006-10-15 19:38:02 +00:00
|
|
|
|
|
|
|
check:
|
|
|
|
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1
|