diff options
author | Ted Gould <ted@gould.cx> | 2011-08-19 11:08:30 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-19 11:08:30 -0500 |
commit | 2fe4c360b2eb616cb43472b8e8e7b69bdefd349d (patch) | |
tree | 2e5107ec634bf68492580e1ed6f1719a1f073e74 /data/Makefile.am | |
parent | 1290c1032eea7ce2f8bdd28e3bebf618b47216ca (diff) | |
download | ayatana-indicator-session-2fe4c360b2eb616cb43472b8e8e7b69bdefd349d.tar.gz ayatana-indicator-session-2fe4c360b2eb616cb43472b8e8e7b69bdefd349d.tar.bz2 ayatana-indicator-session-2fe4c360b2eb616cb43472b8e8e7b69bdefd349d.zip |
Dropping gconf from build
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 1f522d7..2a9ea62 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -9,25 +9,8 @@ dbus_services_DATA = $(service_in_files:.service.in=.service) %.service: %.service.in sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ -############################## -# GConf Schema -############################## - -schemadir = \ - $(GCONF_SCHEMA_FILE_DIR) - -schema_in_files = \ - indicator-session.schemas.in - -schema_DATA = \ - $(schema_in_files:.schemas.in=.schemas) - @INTLTOOL_SCHEMAS_RULE@ - -#$(dbus_services_DATA): $(service_in_files) Makefile -# sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@ - EXTRA_DIST = \ $(service_in_files) \ $(schema_in_files) @@ -36,10 +19,3 @@ CLEANFILES = \ $(dbus_services_DATA) \ $(schema_DATA) -if GCONF_SCHEMAS_INSTALL -install-data-local: - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \ - gconftool-2 --makefile-install-rule $(schema_DATA) -else -install-data-local: -endif |