gnome-control-center/control-center/Makefile.am
James Henstridge ebd8e46d44 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.
2004-11-28 08:14:05 +00:00

39 lines
1 KiB
Makefile

icondir = $(datadir)/icons/hicolor/48x48/apps
icon_DATA = gnome-control-center.png
sysdir = $(datadir)/applications
sys_in_files = gnomecc.desktop.in
sys_DATA = $(sys_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
INCLUDES = \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DGNOMECC_ICONS_DIR=\""$(GNOMECC_ICONS_DIR)"\" \
$(GNOMECC_CFLAGS)
bin_PROGRAMS = gnome-control-center
gnome_control_center_SOURCES = \
control-center-categories.c \
control-center-categories.h \
control-center.c \
gnomecc-rounded-rect.c \
gnomecc-rounded-rect.h \
gnomecc-event-box.c \
gnomecc-event-box.h
gnome_control_center_LDADD = $(GNOMECC_LIBS)
IMAGES = text-selection-frame.png
VARIABLES = \
gnomecc_rounded_rect_frame $(srcdir)/text-selection-frame.png
pixbuf_file = gnomecc-rounded-rect-pixbuf.h
$(pixbuf_file) : $(IMAGES)
$(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) > $@
EXTRA_DIST = gnomecc.desktop.in $(IMAGES) $(icon_DATA)
BUILT_SOURCES = $(pixbuf_file)
DISTCLEANFILES = gnomecc.desktop $(pixbuf_file)