diff options
Diffstat (limited to 'misc/metatheme2/files/patch-libbackground_Makefile.in')
-rw-r--r-- | misc/metatheme2/files/patch-libbackground_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/metatheme2/files/patch-libbackground_Makefile.in b/misc/metatheme2/files/patch-libbackground_Makefile.in new file mode 100644 index 000000000000..4324d7fd257e --- /dev/null +++ b/misc/metatheme2/files/patch-libbackground_Makefile.in @@ -0,0 +1,11 @@ +--- libbackground/Makefile.in.orig Sun May 19 04:08:14 2002 ++++ libbackground/Makefile.in Sun May 19 04:08:41 2002 +@@ -118,7 +118,7 @@ + + EXTRA_DIST = ChangeLog + +-INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOME_ICONDIR=\""${prefix}/share/pixmaps"\" -DG_LOG_DOMAIN=\"capplet-common\" -I$(top_srcdir)/ @CAPPLET_CFLAGS@ ++INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -DGNOME_ICONDIR=\""${datadir}/pixmaps"\" -DG_LOG_DOMAIN=\"capplet-common\" -I$(top_srcdir)/ @CAPPLET_CFLAGS@ + + + noinst_LTLIBRARIES = libbackground.la |