2007-02-22 21:00:30 -05:00
|
|
|
SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest contrib
|
|
|
|
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --disable-fakeroot
|
2006-10-15 16:46:33 -04:00
|
|
|
|
2007-02-21 23:36:02 -05:00
|
|
|
# Some files automatically included, so they aren't specified below:
|
|
|
|
# AUTHORS, COPYING, NEWS, README
|
|
|
|
EXTRA_DIST = HACKING
|
2006-10-15 15:38:02 -04:00
|
|
|
|
2007-02-22 16:34:51 -05:00
|
|
|
# TODO : figure out a way to get 'make distcheck' to build with
|
|
|
|
# --disable-fakeroot so it actually passes tests
|
|
|
|
check-local: src/pacman
|
|
|
|
python $(top_srcdir)/pactest/pactest.py --test=$(top_srcdir)/pactest/tests/*.py -p $(top_builddir)/src/pacman/pacman --debug=1
|
|
|
|
rm -rf $(top_builddir)/root
|
|
|
|
|