summaryrefslogtreecommitdiffstats
path: root/src/sounds/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:39:37 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:39:37 -0500
commit191c434271e705161fbd01ed83b6d043a275bffc (patch)
tree0919a0a91d56167a9d36bca3881c513006b68a9b /src/sounds/Makefile.am
downloadksensors-191c434271e705161fbd01ed83b6d043a275bffc.tar.gz
ksensors-191c434271e705161fbd01ed83b6d043a275bffc.zip
Initial import of ksensors 0.7.3 sources
Diffstat (limited to 'src/sounds/Makefile.am')
-rw-r--r--src/sounds/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/sounds/Makefile.am b/src/sounds/Makefile.am
new file mode 100644
index 0000000..3662e47
--- /dev/null
+++ b/src/sounds/Makefile.am
@@ -0,0 +1,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)############