packagekit/data/tests/Makefile.am

23 lines
310 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 \
$(NULL)
EXTRA_DIST = \
$(TEST_FILES) \
$(NULL)
clean-local:
rm -f *~
MAINTAINERCLEANFILES = \
*~ \
Makefile.in \
$(NULL)