From: Max Kellermann Date: Thu, 10 Dec 2009 07:10:33 +0000 (+0100) Subject: Makefile.am: fixed include path for test/run_hscroll X-Git-Tag: release-0.16~9 X-Git-Url: https://git.tokkee.org/?p=ncmpc.git;a=commitdiff_plain;h=b378ff42dbae5ec0a522cb0ce143111719e6704f Makefile.am: fixed include path for test/run_hscroll Use $(srcdir) to support out-of-tree builds. --- 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) #