diff options
author | Stefano Karapetsas <[email protected]> | 2013-01-20 23:33:29 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-20 23:33:29 +0100 |
commit | 12549bc4597a6188a274f3ae5181da2093679a8d (patch) | |
tree | f966efb5cc75fc2b9d1be4ae36829d36b2cf52b4 /timer-applet/data/Makefile.am | |
parent | bbf589fbb561fb1c011194115c17abb447dccea4 (diff) | |
download | mate-applets-12549bc4597a6188a274f3ae5181da2093679a8d.tar.bz2 mate-applets-12549bc4597a6188a274f3ae5181da2093679a8d.tar.xz |
timer-applet: Remove mateconf from Makefile to allow build
Diffstat (limited to 'timer-applet/data/Makefile.am')
-rw-r--r-- | timer-applet/data/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/timer-applet/data/Makefile.am b/timer-applet/data/Makefile.am index 78f66ce1..49f3b908 100644 --- a/timer-applet/data/Makefile.am +++ b/timer-applet/data/Makefile.am @@ -25,13 +25,3 @@ CLEANFILES = \ @INTLTOOL_SERVER_RULE@ @INTLTOOL_SCHEMAS_RULE@ - -if MATECONF_SCHEMAS_INSTALL -install-data-local: - MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) \ - $(MATECONFTOOL) --makefile-install-rule $(schemas_DATA) - -uninstall-local: - MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) \ - $(MATECONFTOOL) --makefile-uninstall-rule $(schemas_DATA) -endif |