diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-13 04:08:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-13 04:08:58 +0800 |
commit | 63c512202b1758fcc7c00448415a44e1e770cc56 (patch) | |
tree | c6a410c1d5d65274cc10209bae2ba8885a4cb06d /libempathy-gtk/Makefile.am | |
parent | 67821bbcbabbf55f34b43c87934a0d1d27d25420 (diff) | |
download | gsoc2013-empathy-63c512202b1758fcc7c00448415a44e1e770cc56.tar gsoc2013-empathy-63c512202b1758fcc7c00448415a44e1e770cc56.tar.gz gsoc2013-empathy-63c512202b1758fcc7c00448415a44e1e770cc56.tar.bz2 gsoc2013-empathy-63c512202b1758fcc7c00448415a44e1e770cc56.tar.lz gsoc2013-empathy-63c512202b1758fcc7c00448415a44e1e770cc56.tar.xz gsoc2013-empathy-63c512202b1758fcc7c00448415a44e1e770cc56.tar.zst gsoc2013-empathy-63c512202b1758fcc7c00448415a44e1e770cc56.zip |
[darcs-to-svn @ Move schemas to data/ and hide main window by default]
svn path=/trunk/; revision=49
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index f2cf7ea68..1810fc4cf 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -52,28 +52,8 @@ dtd_DATA = \ gossip-status-presets.dtd \ gossip-contact-groups.dtd -schemasdir = $(GCONF_SCHEMA_FILE_DIR) -schemas_in_files = empathy.schemas.in -schemas_DATA = $(schemas_in_files:.schemas.in=.schemas) -@INTLTOOL_SCHEMAS_RULE@ - -if GCONF_SCHEMAS_INSTALL -install-data-local: - if test -z "$(DESTDIR)" ; then \ - for p in $(schemas_DATA) ; do \ - GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \ - done \ - fi -else -install-data-local: -endif EXTRA_DIST = \ $(glade_DATA) \ - $(dtd_DATA) \ - $(schemas_in_files) \ - $(schemas_DATA) - -DISTCLEANFILES = \ - $(schemas_DATA) + $(dtd_DATA) |