commit 59175157565268b300c28150370ac6bb45871c2a parent aa672d6bac1903e21005cecb8fc632f6fe69a946 Author: Alexander Kojevnikov <alexander@kojevnikov.com> Date: Wed, 29 Aug 2012 22:02:17 -0700 Fix `make distcheck` Diffstat:
M | tests/Makefile.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am @@ -9,7 +9,7 @@ noinst_HEADERS = \ AM_CPPFLAGS = \ -include config.h \ - -I$(top_builddir)/lib \ + -I$(top_srcdir)/lib \ -pthread AM_CFLAGS = \