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:
parent
b314aeef76
commit
c48c7c711e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ EXTRA_DIST = ChangeLog
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
|
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
|
||||||
-DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" \
|
-DGNOME_ICONDIR=\""${prefix}/$(DATADIRNAME)/pixmaps"\" \
|
||||||
-DG_LOG_DOMAIN=\"capplet-common\" \
|
-DG_LOG_DOMAIN=\"capplet-common\" \
|
||||||
-I$(top_srcdir)/ \
|
-I$(top_srcdir)/ \
|
||||||
@CAPPLET_CFLAGS@
|
@CAPPLET_CFLAGS@
|
||||||
|
|
Loading…
Add table
Reference in a new issue