diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/test-eel-image-table.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index ada26435..897bd402 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,6 +7,7 @@ AM_CPPFLAGS =\ -DVERSION="\"$(VERSION)\"" \ -DCAJA_DATADIR=\""$(datadir)/caja"\" \ -DMATELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \ + -DPIXBUFDIR=\""$(datadir)/pixmaps"\" \ $(NULL) LDADD =\ diff --git a/test/test-eel-image-table.c b/test/test-eel-image-table.c index be4944ae..d453515e 100644 --- a/test/test-eel-image-table.c +++ b/test/test-eel-image-table.c @@ -5,7 +5,7 @@ #include "test.h" -static const char pixbuf_name[] = "/usr/share/pixmaps/mate-about-logo.png"; +static const char pixbuf_name[] = PIXBUFDIR "/mate-logo-white.svg"; static const char *names[] = { |