2005-01-29 Martin Wehner <martin.wehner@epost.de>>

* libbackground/Makefile.am:
	Use ${datadir} instead of ${prefix}/share for GNOME_ICONDIR.
	Fixes bug #95008.

	Patch from Christian Neumair <chris@gnome-de.org>
This commit is contained in:
Martin Wehner 2005-01-29 21:32:25 +00:00
parent b314aeef76
commit c48c7c711e

View file

@ -2,7 +2,7 @@ EXTRA_DIST = ChangeLog
INCLUDES = \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
-DGNOME_ICONDIR=\""${prefix}/$(DATADIRNAME)/pixmaps"\" \
-DG_LOG_DOMAIN=\"capplet-common\" \
-I$(top_srcdir)/ \
@CAPPLET_CFLAGS@