packagekit/backends/test/helpers/Makefile.am

16 lines
202 B
Makefile

helperdir = $(datadir)/PackageKit/helpers/test_spawn
NULL =
dist_helper_DATA = \
search-name.sh \
$(NULL)
install-data-hook:
chmod a+rx $(DESTDIR)$(helperdir)/*.sh
clean-local :
rm -f *~