From ce5a9c37a668fb47223a5a3334ed1392a66c9cb3 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 26 Jun 2006 15:22:44 +0000 Subject: [PATCH] Fix srcdir!=objdir. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 201e971..de73c03 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,7 +17,7 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -INCLUDES = -I../lib +INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I../gl AM_LDFLAGS = -no-install LDADD = ../lib/libtasn1.la -- 2.11.4.GIT