Skip to content

Commit

Permalink
Explicitely set AM_CFLAGS for tests
Browse files Browse the repository at this point in the history
This fixes includes problem when running "make check".

Signed-off-by: Luca Bigliardi <shammash@artha.org>
  • Loading branch information
shammash committed Jul 30, 2010
1 parent 7f702d1 commit 6fe2d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ if CHECK
TESTS = tests/check_context
check_PROGRAMS = tests/check_context
tests_check_context_SOURCES = tests/check_context.c
tests_check_context_CFLAGS = $(CHECK_CFLAGS) -I$(top_srcdir)/src/include/
tests_check_context_CFLAGS = $(AM_CFLAGS) $(CHECK_CFLAGS) -I$(top_srcdir)/src/include/
tests_check_context_LDADD = $(CHECK_LIBS) src/libvde.la

val_default_opts = --tool=memcheck -q --show-reachable=yes \
Expand Down

0 comments on commit 6fe2d3b

Please sign in to comment.