From b378ff42dbae5ec0a522cb0ce143111719e6704f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Dec 2009 08:10:33 +0100 Subject: [PATCH] Makefile.am: fixed include path for test/run_hscroll Use $(srcdir) to support out-of-tree builds. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 29b7df4..8daa814 100644 --- a/Makefile.am +++ b/Makefile.am @@ -167,7 +167,7 @@ check_PROGRAMS = \ test/run_hscroll test_run_hscroll_SOURCES = test/run_hscroll.c src/hscroll.c src/charset.c -test_run_hscroll_CPPFLAGS = -Isrc $(AM_CPPFLAGS) +test_run_hscroll_CPPFLAGS = -I$(srcdir)/src $(AM_CPPFLAGS) test_run_hscroll_LDFLAGS = $(GLIB_LIBS) # -- 2.30.2