]> eyrie.org Git - kerberos/krb5-sync.git/commitdiff
Compile libtap with the right CPPFLAGS
authorRuss Allbery <eagle@eyrie.org>
Sat, 7 Dec 2013 00:45:29 +0000 (16:45 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sat, 7 Dec 2013 00:45:29 +0000 (16:45 -0800)
Now that we include the Kerberos tests, we need to include
AM_CPPFLAGS in the CPPFLAGS for libtap.

Makefile.am

index 2d557c5d8dc97c5a137137c27f495040373978d9..926d00268f78e7eaf682abb7a817c6cb0b34550e 100644 (file)
@@ -101,7 +101,7 @@ check_PROGRAMS = tests/runtests tests/plugin/heimdal-t tests/plugin/mit-t   \
 check_LIBRARIES = tests/tap/libtap.a
 tests_runtests_CPPFLAGS = -DSOURCE='"$(abs_top_srcdir)/tests"' \
        -DBUILD='"$(abs_top_builddir)/tests"'
-tests_tap_libtap_a_CPPFLAGS = -I$(abs_top_srcdir)/tests
+tests_tap_libtap_a_CPPFLAGS = -I$(abs_top_srcdir)/tests $(AM_CPPFLAGS)
 tests_tap_libtap_a_SOURCES = tests/tap/basic.c tests/tap/basic.h       \
        tests/tap/kerberos.c tests/tap/kerberos.h tests/tap/macros.h    \
        tests/tap/messages.c tests/tap/messages.h tests/tap/process.c   \