From: Sebastian Harl Date: Sun, 22 Dec 2013 16:25:55 +0000 (+0100) Subject: t/Makefile: Use top_srcdir rather than top_builddir. X-Git-Tag: sysdb-0.1.0~284 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=26e04047473194c95dfa474807154b85005b9b0f t/Makefile: Use top_srcdir rather than top_builddir. This allows running tests out-of-tree. --- diff --git a/t/Makefile.am b/t/Makefile.am index d7e4013..20bba43 100644 --- a/t/Makefile.am +++ b/t/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS = @STRICT_CFLAGS@ -AM_CPPFLAGS = -I$(top_builddir)/src/include +AM_CPPFLAGS = -I$(top_srcdir)/src/include TESTS = libsysdb_test libsysdb_net_test check_PROGRAMS = libsysdb_test libsysdb_net_test