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.
11 lines
367 B
11 lines
367 B
15 years ago
|
SUBDIRS =
|
||
|
EXTRA_DIST = "auckland-antenna.krp"
|
||
|
|
||
|
install-data-local:
|
||
|
$(mkinstalldirs) "$(DESTDIR)$(kde_datadir)/kradio/presets/new-zealand/"
|
||
|
$(INSTALL_DATA) "$(srcdir)/auckland-antenna.krp" "$(DESTDIR)$(kde_datadir)/kradio/presets/new-zealand/auckland-antenna.krp"
|
||
|
|
||
|
|
||
|
uninstall-local:
|
||
|
-rm -f "$(DESTDIR)$(kde_datadir)/kradio/presets/new-zealand/auckland-antenna.krp"
|