diff --git a/.travis-ci-build b/.travis-ci-build index dd4a2ec..0bf553e 100755 --- a/.travis-ci-build +++ b/.travis-ci-build @@ -6,7 +6,7 @@ if [ "$BLD" = autotools ]; then autoreconf -vis mkdir build-autotools cd build-autotools - ../configure --prefix=$HOME/.local CFLAGS="-I$HOME/.local/include" LDFLAGS="-L$HOME/.local/lib" + ../configure --prefix=$HOME/.local LIBNFC_CFLAGS="-I$HOME/.local/include" LIBNFC_LIBS="-L$HOME/.local/lib -lnfc" make make install elif [ "$BLD" = cmake ]; then