From da2ce0d94b8f05f1b7a62c846b8bef2c233e201c Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Mon, 17 Jan 2022 15:47:57 +0100 Subject: test: Move generated image files out of source dir Simplifies cleaning up. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index fcbd305..f4ace28 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -22,7 +22,7 @@ CLEANFILES = file.c img_save-*.* AM_CPPFLAGS = -I $(top_builddir) -I $(top_srcdir)/src/lib AM_CPPFLAGS += -I $(top_builddir)/src/lib - AM_CPPFLAGS += -D SRC_DIR='"$(top_srcdir)"' + AM_CPPFLAGS += -D SRC_DIR='"$(srcdir)"' -D BLD_DIR='"$(builddir)"' AM_CPPFLAGS += -D BUILD_TEST=1 # Must have proper -lImlib2 on all progs -- cgit v1.2.1