summaryrefslogtreecommitdiffstats
path: root/src/sounds/Makefile.am
blob: 64a40e57cde02a739efaf60963215a7efa31de28 (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_sounddir)
	$(INSTALL_DATA) $(srcdir)/ksensors_alert.wav $(kde_sounddir)/ksensors_alert.wav
uninstall-local:
	rm -f $(kde_sounddir)/ksensors_alert.wav

####### kdevelop will overwrite this part!!! (end)############