summaryrefslogtreecommitdiffstats
path: root/src/sounds/Makefile.am
blob: 3662e47a6336f67c7bd7d622d711d01e9ce1db82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
####### 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)############