summaryrefslogtreecommitdiffstats
path: root/src/sounds
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:59:06 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 09:59:06 -0500
commit24857cad8e92c27bc7d7377549ae887adbeccc58 (patch)
treee8aa2577506c17c68286ec1b65ae31b89ea0556b /src/sounds
parentea3a9effca9bebfe18bfb7546da619ecbbb121f3 (diff)
downloadksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.tar.gz
ksensors-24857cad8e92c27bc7d7377549ae887adbeccc58.zip
Convert to TDE R14 API
Diffstat (limited to 'src/sounds')
-rw-r--r--src/sounds/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/sounds/Makefile.in b/src/sounds/Makefile.in
index ea88b3c..b5521a8 100644
--- a/src/sounds/Makefile.in
+++ b/src/sounds/Makefile.in
@@ -400,16 +400,16 @@ uninstall-am: uninstall-info-am uninstall-local
install-data-local:
-#>- $(mkinstalldirs) $(kde_datadir)/sounds
+#>- $(mkinstalldirs) $(kde_sounddir)
#>+ 1
- $(mkinstalldirs) $(DESTDIR)$(kde_datadir)/sounds
-#>- $(INSTALL_DATA) $(srcdir)/ksensors_alert.wav $(kde_datadir)/sounds/ksensors_alert.wav
+ $(mkinstalldirs) $(DESTDIR)$(kde_sounddir)
+#>- $(INSTALL_DATA) $(srcdir)/ksensors_alert.wav $(kde_sounddir)/ksensors_alert.wav
#>+ 1
- $(INSTALL_DATA) $(srcdir)/ksensors_alert.wav $(DESTDIR)$(kde_datadir)/sounds/ksensors_alert.wav
+ $(INSTALL_DATA) $(srcdir)/ksensors_alert.wav $(DESTDIR)$(kde_sounddir)/ksensors_alert.wav
uninstall-local:
-#>- -rm -f $(kde_datadir)/sounds/ksensors_alert.wav
+#>- -rm -f $(kde_sounddir)/ksensors_alert.wav
#>+ 1
- -rm -f $(DESTDIR)$(kde_datadir)/sounds/ksensors_alert.wav
+ -rm -f $(DESTDIR)$(kde_sounddir)/ksensors_alert.wav
####### kdevelop will overwrite this part!!! (end)############
# Tell versions [3.59,3.63) of GNU make to not export all variables.