1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/Makefile.am

21 lines
374 B
Makefile
Raw Normal View History

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