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
383 B

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