Remove whats left of gconf

This commit is contained in:
TingPing
2013-09-26 03:06:01 -04:00
parent d18a95fda6
commit 6f013e807c
3 changed files with 0 additions and 88 deletions
-15
View File
@@ -7,7 +7,6 @@ libhexchatdbus_a_SOURCES = \
EXTRA_DIST = \
remote-object.xml \
apps_hexchat_url_handler.schemas \
marshallers.list \
example.py \
org.hexchat.service.service.in \
@@ -40,17 +39,3 @@ service_DATA = $(service_in_files:.service.in=.service)
$(service_DATA): $(service_in_files) Makefile
@sed -e "s|\@bindir\@|$(bindir)|" $< > $@
#if DO_GCONF
#GCONF_SCHEMA_CONFIG_SOURCE = `$(GCONFTOOL) --get-default-source`
#GCONF_SCHEMA_FILE_DIR = $(sysconfdir)/gconf/schemas
#schemadir = $(GCONF_SCHEMA_FILE_DIR)
#schema_DATA = apps_hexchat_url_handler.schemas
#install-data-local:
# if test -z "$(DESTDIR)" ; then \
# for p in $(schema_DATA) ; do \
# GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
# done \
# fi
#else
install-data-local:
#endif