Fix tests build when building outside the source tree.

This commit is contained in:
Jim Morrison 2012-03-01 11:07:39 -08:00
parent e29bb449e9
commit 097f59e3d3
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ main_SOURCES = $(HFILES) $(OBJECTS)
main_LDADD = ${top_builddir}/lib/libspdylay.la
main_LDFLAGS = -static @CUNIT_LIBS@
AM_CFLAGS = -Wall -g -O2 -I${top_srcdir}/lib -I${top_srcdir}/lib/includes \
AM_CFLAGS = -Wall -g -O2 -I${top_srcdir}/lib -I${top_srcdir}/lib/includes -I${top_builddir}/lib/includes \
@CUNIT_CFLAGS@
TESTS = main