summaryrefslogtreecommitdiffstats
path: root/tderadio3/presets/finland/Makefile.am
blob: a7f82729fd99e1a038f25ebea362a4a7a73d5f9e (plain)
1
2
3
4
5
6
7
8
9
10
SUBDIRS =
EXTRA_DIST = "helsinki-cable.krp"

install-data-local:
	$(mkinstalldirs) "$(DESTDIR)$(kde_datadir)/kradio/presets/finland/"
	$(INSTALL_DATA) "$(srcdir)/helsinki-cable.krp" "$(DESTDIR)$(kde_datadir)/kradio/presets/finland/helsinki-cable.krp"


uninstall-local:
	-rm -f "$(DESTDIR)$(kde_datadir)/kradio/presets/finland/helsinki-cable.krp"