[gnome-control-center/single-window-shell] [shell] fix installation



commit e6b366f84dbd24ceee9a58a4e8afa03cb6429244
Author: Thomas Wood <thomas wood intel com>
Date:   Wed Jan 13 11:51:50 2010 +0000

    [shell] fix installation
    
    Install the UI file into the correct directory and ensure the binary is
    actually installed.

 shell/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 11fbeec..411bef0 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -11,12 +11,12 @@ INCLUDES =					\
 	$(REAL_LIBSLAB_CFLAGS)			\
 	$(GNOMECC_SHELL_CFLAGS)
 
-noinst_PROGRAMS = gnome-control-center 
+bin_PROGRAMS = gnome-control-center 
 
 menudir = $(sysconfdir)/xdg/menus
 menu_DATA = gnomecc.menu
 
-uidir = $(pkgdatadir)
+uidir = $(pkgdatadir)/ui
 ui_DATA = shell.ui
 
 gnome_control_center_SOURCES =		\



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