packagekit/backends/test/helpers/Makefile.am

16 lines
191 B
Makefile
Raw Normal View History

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