packagekit/data/tests/Makefile.am
2007-11-04 21:00:07 +00:00

24 lines
342 B
Makefile

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