gconf optionnal
[psensor.git] / src / Makefile.in
index 01a289e..77c19b1 100644 (file)
@@ -88,8 +88,8 @@ CONFIG_CLEAN_VPATH_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
        "$(DESTDIR)$(schemadir)"
 PROGRAMS = $(bin_PROGRAMS)
-am__psensor_SOURCES_DIST = compat.h cfg.h cfg.c graph.h graph.c main.c \
-       ui.h ui.c ui_appindicator.h ui_color.h ui_color.c ui_graph.h \
+am__psensor_SOURCES_DIST = cfg.h cfg.c graph.h graph.c main.c ui.h \
+       ui.c ui_appindicator.h ui_color.h ui_color.c ui_graph.h \
        ui_graph.c ui_pref.h ui_pref.c ui_sensorlist.h ui_sensorlist.c \
        ui_sensorpref.h ui_sensorpref.c ui_status.h ui_status.c \
        ui_notify.h ui_notify.c ui_appindicator.c ui_unity.h \
@@ -359,16 +359,16 @@ AM_CPPFLAGS = -Wno-deprecated-declarations -Wall -Werror \
        $(am__append_2) $(am__append_6) $(am__append_9) \
        $(am__append_10) $(am__append_12) $(am__append_14) \
        $(am__append_17) $(am__append_21)
-psensor_SOURCES = compat.h cfg.h cfg.c graph.h graph.c main.c ui.h \
-       ui.c ui_appindicator.h ui_color.h ui_color.c ui_graph.h \
-       ui_graph.c ui_pref.h ui_pref.c ui_sensorlist.h ui_sensorlist.c \
+psensor_SOURCES = cfg.h cfg.c graph.h graph.c main.c ui.h ui.c \
+       ui_appindicator.h ui_color.h ui_color.c ui_graph.h ui_graph.c \
+       ui_pref.h ui_pref.c ui_sensorlist.h ui_sensorlist.c \
        ui_sensorpref.h ui_sensorpref.c ui_status.h ui_status.c \
        $(am__append_4) $(am__append_7) $(am__append_16) \
        $(am__append_19)
-schemadir = $(GCONF_SCHEMA_FILE_DIR)
-schema_DATA = psensor.schemas
 dist_man_MANS = psensor.1
 EXTRA_DIST = description.txt psensor.schemas
+@GCONF_TRUE@schemadir = $(GCONF_SCHEMA_FILE_DIR)
+@GCONF_TRUE@schema_DATA = psensor.schemas
 all: all-recursive
 
 .SUFFIXES:
@@ -787,7 +787,7 @@ distclean-generic:
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-@GCONF_SCHEMAS_INSTALL_FALSE@install-data-local:
+@GCONF_FALSE@install-data-local:
 clean: clean-recursive
 
 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
@@ -880,8 +880,8 @@ uninstall-man: uninstall-man1
        uninstall-schemaDATA
 
 
-@GCONF_SCHEMAS_INSTALL_TRUE@install-data-local:
-@GCONF_SCHEMAS_INSTALL_TRUE@   GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/src/$(schema_DATA)
+@GCONF_TRUE@install-data-local:
+@GCONF_TRUE@   GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_srcdir)/src/$(schema_DATA)
 
 psensor.1: main.c $(top_srcdir)/configure.ac
        $(MAKE) $(AM_MAKEFLAGS) psensor$(EXEEXT)