summaryrefslogtreecommitdiff
path: root/capplets/ui-properties
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2004-11-28 08:14:05 +0000
committerJames Henstridge <jamesh@src.gnome.org>2004-11-28 08:14:05 +0000
commitebd8e46d445019839868f1e907f167dad0e16c86 (patch)
tree926a932b2fcdd592b238d783a9351bebb291794d /capplets/ui-properties
parenta37db9f09d7288580031c42b61ec73e3a167eb5c (diff)
downloadgnome-control-center-ebd8e46d445019839868f1e907f167dad0e16c86.tar.gz
use GNOMELOCALEDIR.
2004-11-28 James Henstridge <james@jamesh.id.au> * vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR. * vfs-methods/themus/Makefile.am: similar changes to the fontilus ones. * vfs-methods/fontilus/fontilus-context-menu.c: same here. * vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest of gnome-control-center. * vfs-methods/fontilus/Makefile.am: similar schema and desktop file fixes. Don't include the old mime files in the dist. * schemas/Makefile.am: remove .schemas files on clean, when installing schemas, look for them in builddir rather than srcdir. * gnome-settings-daemon/actions/Makefile.am: fix up build rules so that ALSA_CFLAGS isn't defined multiple times (use the newer automake += syntax). * control-center/Makefile.am: distribute $(icon_DATA). * capplets/*/Makefile.am: put the .desktop and .desktop.in files in CLEANFILES. The .desktop.in.in file gets included because it is listed in the configure script. * configure.in: update configure script, and remove macro calls that are not needed by modern versions of Automake. * Makefile.am: remove intltool files on distclean. * autogen.sh: request Automake >= 1.7.
Diffstat (limited to 'capplets/ui-properties')
-rw-r--r--capplets/ui-properties/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/ui-properties/Makefile.am b/capplets/ui-properties/Makefile.am
index 890f7fe54..306ba9bae 100644
--- a/capplets/ui-properties/Makefile.am
+++ b/capplets/ui-properties/Makefile.am
@@ -14,5 +14,5 @@ Gladedir = $(GNOMECC_GLADE_DIR)
Glade_DATA = gnome-ui-properties.glade
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
-CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
-EXTRA_DIST = $(Glade_DATA) $(Desktop_in_files)
+CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA)
+EXTRA_DIST = $(Glade_DATA)