You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmymoney/kmymoney2/misc/Makefile.am

20 lines
403 B

KDE_OPTIONS = noautodist
SUBDIRS =
EXTRA_DIST = financequote.pl
LOCAL_DIR = kmymoney2/misc
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)
for file in $(EXTRA_DIST); do \
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR); \
done
uninstall-local:
for file in $(EXTRA_DIST); do \
rm -f $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$file; \
done