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