Commit a9823024 authored by Alexey Alyaev's avatar Alexey Alyaev

Changed nxcomp LIB/INC paths to match NXClient-W32 project structure

parent 0cd41bf8
......@@ -5164,8 +5164,8 @@ TEST_SHELL=sh
NXCOMPINC="-I../nxcomp"
NXCOMPLIBS="-L../nxcomp -lXcomp -lstdc++ -lpng -ljpeg -lz"
NXCOMPINC="-I../nxcomp/nx-libs/nxcomp/installdir/usr/local/include/nx"
NXCOMPLIBS="-L../nxcomp/nx-libs/nxcomp/installdir/usr/local/lib -lXcomp -lstdc++ -lpng -ljpeg -lz"
if test "x$MANDOC" != "x" ; then
MANFMT="$MANDOC"
......
......@@ -54,8 +54,8 @@ AC_SUBST([TEST_SHELL], [sh])
AC_SUBST(NXCOMPINC)
AC_SUBST(NXCOMPLIBS)
NXCOMPINC="-I../nxcomp"
NXCOMPLIBS="-L../nxcomp -lXcomp -lstdc++ -lpng -ljpeg -lz"
NXCOMPINC="-I../nxcomp/nx-libs/nxcomp/installdir/usr/local/include/nx"
NXCOMPLIBS="-L../nxcomp/nx-libs/nxcomp/installdir/usr/local/lib -lXcomp -lstdc++ -lpng -ljpeg -lz"
dnl select manpage formatter
if test "x$MANDOC" != "x" ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment