[ontv] Fix mistake in previous commit



commit 789581cc2c8f5701b783e0034683b266631ac817
Author: Olof Kindgren <olki src gnome org>
Date:   Mon Jun 14 20:26:36 2010 +0200

    Fix mistake in previous commit
    
    Forgot to rename all libexec to dist_libexec

 bin/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 32fccc3..f9ecb15 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -4,12 +4,12 @@ dist_bin_SCRIPTS = ontv ontv-dbus
 ontv_applet_in_file = ontv-applet.in
 ontv_in_file = ontv.in
 
-$(libexec_SCRIPTS): $(ontv_applet_in_file)
+$(dist_libexec_SCRIPTS): $(ontv_applet_in_file)
 	sed -e "s|\ PYTHONDIR\@|$(pythondir)|" < $< > $@
-	chmod a+x $(libexec_SCRIPTS)
+	chmod a+x $(dist_libexec_SCRIPTS)
 
 ontv: $(ontv_in_file)
 	sed -e "s|\ PYTHONDIR\@|$(pythondir)|" < $< > $@
 
-DISTCLEANFILES = $(libexec_SCRIPTS)
+DISTCLEANFILES = $(dist_libexec_SCRIPTS)
 EXTRA_DIST = $(ontv_in_file)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]