packagekit/data/tests/Makefile.am

24 lines
342 B
Makefile
Raw Normal View History

## We require new-style dependency handling.
AUTOMAKE_OPTIONS = 1.7
NULL =
TEST_FILES = \
pk-spawn-test.sh \
2007-10-21 15:10:48 -07:00
pk-spawn-test-sigquit.sh \
2007-11-04 13:00:07 -08:00
pk-spawn-test-profiling.sh \
$(NULL)
EXTRA_DIST = \
$(TEST_FILES) \
$(NULL)
clean-local:
rm -f *~
MAINTAINERCLEANFILES = \
*~ \
Makefile.in \
$(NULL)