diff options
author | Jasmine Hassan <[email protected]> | 2012-12-05 03:13:27 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-12-06 18:48:25 +0200 |
commit | 1606c1d6ae28b8425b56758ce0fc27c7fcbcc0e6 (patch) | |
tree | 1d74947640fa07b9a1994d79e78ea1a9ecec2dbe /plugins/font/Makefile.am | |
parent | f86fbc0aa5809b6afd3a88cdf3badb0576294c9f (diff) | |
download | mate-settings-daemon-1606c1d6ae28b8425b56758ce0fc27c7fcbcc0e6.tar.bz2 mate-settings-daemon-1606c1d6ae28b8425b56758ce0fc27c7fcbcc0e6.tar.xz |
[font] remove outdated (disabled by default) plugin & schema
Was used to setup old X legacy fonts, and was disabled by default in bug:
https://bugzilla.gnome.org/show_bug.cgi?id=613604
Diffstat (limited to 'plugins/font/Makefile.am')
-rw-r--r-- | plugins/font/Makefile.am | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/plugins/font/Makefile.am b/plugins/font/Makefile.am deleted file mode 100644 index d0cf9ce..0000000 --- a/plugins/font/Makefile.am +++ /dev/null @@ -1,51 +0,0 @@ -NULL = - -plugin_LTLIBRARIES = \ - libfont.la \ - $(NULL) - -libfont_la_SOURCES = \ - msd-font-plugin.h \ - msd-font-plugin.c \ - msd-font-manager.h \ - msd-font-manager.c \ - delayed-dialog.h \ - delayed-dialog.c \ - $(NULL) - -libfont_la_CPPFLAGS = \ - -I$(top_srcdir)/mate-settings-daemon \ - -DMATE_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \ - $(AM_CPPFLAGS) - -libfont_la_CFLAGS = \ - $(SETTINGS_PLUGIN_CFLAGS) \ - $(AM_CFLAGS) - -libfont_la_LDFLAGS = \ - $(MSD_PLUGIN_LDFLAGS) \ - $(NULL) - -libfont_la_LIBADD = \ - $(SETTINGS_PLUGIN_LIBS) \ - $(NULL) - -plugin_in_files = \ - font.mate-settings-plugin.in \ - $(NULL) - -plugin_DATA = $(plugin_in_files:.mate-settings-plugin.in=.mate-settings-plugin) - -EXTRA_DIST = \ - $(plugin_in_files) \ - $(NULL) - -CLEANFILES = \ - $(plugin_DATA) \ - $(NULL) - -DISTCLEANFILES = \ - $(plugin_DATA) \ - $(NULL) - -@MSD_INTLTOOL_PLUGIN_RULE@ |