metacity r3969 - in trunk: . src



Author: tthurman
Date: Tue Oct 21 23:57:38 2008
New Revision: 3969
URL: http://svn.gnome.org/viewvc/metacity?rev=3969&view=rev

Log:
2008-10-21   Christian Persch  <chpe gnome org>

        * src/Makefile.am: fix build when schemas are not installed.
        Closes #557335.



Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Tue Oct 21 23:57:38 2008
@@ -136,7 +136,6 @@
 metacity_dialog_SOURCES= 	\
 	ui/metacity-dialog.c
 
-if GCONF_SCHEMAS_INSTALL
 schema_bindings_SOURCES =       \
         core/schema-bindings.c
 
@@ -145,8 +144,6 @@
 	@echo Generating keybinding schemas...
 	./schema_bindings > metacity.schemas.in
 
-endif
-
 bin_PROGRAMS=metacity metacity-theme-viewer
 libexec_PROGRAMS=metacity-dialog
 



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