blob: ebec81b1c780053d1f2ea6f543061a41e8c46310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
check:
cd pactest; python pactest.py --test=tests/*.py -p ../src/pacman/pacman --debug=1
|