summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-18 19:23:06 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-18 19:23:06 -0400
commitc51f96578226ee106a59d52bf1920f50adb16ae1 (patch)
treef83fb6bc152b56f4448aa46a89aa1e5c5a194dfe /gdk
parentfac142c25a3a3794364110961c2d60ab3a5749c5 (diff)
downloadgtk+-c51f96578226ee106a59d52bf1920f50adb16ae1.tar.gz
Some cleanups after the module cache file change
Bring the various 'run uninstalled' hacks in line with the new way of doing things, and fix make install for module cache files. Patch by Tadej Borovsak.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/tests/Makefile.am b/gdk/tests/Makefile.am
index 423a353d61..2567627a39 100644
--- a/gdk/tests/Makefile.am
+++ b/gdk/tests/Makefile.am
@@ -5,7 +5,7 @@ NULL=
# check_PROGRAMS=check-gdk-cairo
check_PROGRAMS=
TESTS=$(check_PROGRAMS)
-TESTS_ENVIRONMENT=GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders
+TESTS_ENVIRONMENT=GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/loaders.cache
AM_CPPFLAGS=\
$(GDK_DEP_CFLAGS) \