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.
ksensors/src/sounds/Makefile.am

14 lines
402 B

####### kdevelop will overwrite this part!!! (begin)##########
INCLUDES = $(all_includes)
EXTRA_DIST = ksensors_alert.wav
install-data-local:
$(mkinstalldirs) $(kde_datadir)/sounds
$(INSTALL_DATA) $(srcdir)/ksensors_alert.wav $(kde_datadir)/sounds/ksensors_alert.wav
uninstall-local:
-rm -f $(kde_datadir)/sounds/ksensors_alert.wav
####### kdevelop will overwrite this part!!! (end)############