summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2010-01-13 11:51:50 +0000
committerThomas Wood <thomas.wood@intel.com>2010-01-13 11:51:50 +0000
commite6b366f84dbd24ceee9a58a4e8afa03cb6429244 (patch)
treebc415f25cbcb00c46c0bafc057316a6f4bd7e19b
parentab6c567296fa79ae0e8e9dcaa7ff1437d58cc3da (diff)
downloadgnome-control-center-e6b366f84dbd24ceee9a58a4e8afa03cb6429244.tar.gz
[shell] fix installation
Install the UI file into the correct directory and ensure the binary is actually installed.
-rw-r--r--shell/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 11fbeec6c..411bef0d0 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 = \