[gnome-getting-started-docs] Install the player



commit 604570ca36a5c5a9ee0de163ca5d24470f2fcc91
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Nov 3 16:44:56 2012 -0400

    Install the player
    
    Rename it to gnome-simple-player and install it to /usr/libexec,
    so we can use it.

 player/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/player/Makefile.am b/player/Makefile.am
index 19e262c..fa1e9ea 100644
--- a/player/Makefile.am
+++ b/player/Makefile.am
@@ -1,6 +1,6 @@
 
-noinst_PROGRAMS = player
+libexec_PROGRAMS = gnome-simple-player
 
-player_SOURCES = player.c
-player_CFLAGS = $(PLAYER_CFLAGS) -DCLUTTER_DISABLE_DEPRECATION_WARNINGS
-player_LDFLAGS = $(PLAYER_LIBS)
+gnome_simple_player_SOURCES = player.c
+gnome_simple_player_CFLAGS = $(PLAYER_CFLAGS) -DCLUTTER_DISABLE_DEPRECATION_WARNINGS
+gnome_simple_player_LDFLAGS = $(PLAYER_LIBS)



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