packagekit/data/tests/Makefile.am

22 lines
280 B
Makefile
Raw Normal View History

## We require new-style dependency handling.
AUTOMAKE_OPTIONS = 1.7
NULL =
TEST_FILES = \
pk-spawn-test.sh \
$(NULL)
EXTRA_DIST = \
$(TEST_FILES) \
$(NULL)
clean-local:
rm -f *~
MAINTAINERCLEANFILES = \
*~ \
Makefile.in \
$(NULL)