summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--gdk-pixbuf/Makefile.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fbaf2566f..9d5289d1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -352,7 +352,6 @@ GETTEXT_PACKAGE="$PACKAGE"
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
[The prefix for our gettext translation domains.])
-AM_GLIB_DEFINE_LOCALEDIR(GDK_PIXBUF_LOCALEDIR)
dnl The DU4 header files don't provide library prototypes unless
dnl -std1 is given to the native cc.
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index bb8484b32..3742a88e6 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -508,6 +508,7 @@ INCLUDES = \
-I$(top_srcdir) -I$(top_builddir) \
-I$(top_srcdir)/gdk-pixbuf \
-I$(top_builddir)/gdk-pixbuf \
+ -DGDK_PIXBUF_LOCALEDIR=\"$(localedir)\" \
-DGDK_PIXBUF_LIBDIR=\"$(libdir)\" \
-DGDK_PIXBUF_BINARY_VERSION=\"$(GDK_PIXBUF_BINARY_VERSION)\" \
-DGDK_PIXBUF_PREFIX=\"$(prefix)\" \