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/icons/hicolor/32x32/apps/Makefile.am

19 lines
753 B

LOCAL_DIR = kmymoney2/icons/hicolor/32x32/apps
FILES = accounts.png account-types_asset.png account-types_cash.png account-types_checking.png account-types_credit-card.png account-types_investments.png account-types_liability.png account-types_loan.png account-types_savings.png categories.png forcast.png home.png institutions.png investments.png ledger.png payee.png report.png schedule.png onlinebanking.png budget.png account-types_reconciled.png
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)
for file in $(FILES); do \
$(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR); \
done
uninstall-local:
for file in $(FILES); do \
rm -f $(DESTDIR)$(kde_datadir)/$(LOCAL_DIR)/$$file; \
done