From c3b53c8c877536f04ea6de0aeea709833b90c94c Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 12 Nov 2020 09:16:32 +0100 Subject: test-eel-image-table: Fix the filename for the test image --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Makefile.am') 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 =\ -- cgit v1.2.1