X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2FMakefile.am;h=ee556730db2f4294f09f54aed4a381a15468e990;hb=2ed07850c616705695f2add269d187f981f8d09d;hp=26112ff700f9bc21b1227aec579c616c026859f1;hpb=689a942f193c1c15b4ddb4009958b7782cde44e7;p=simgear.git diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index 26112ff7..ee556730 100644 --- a/simgear/misc/Makefile.am +++ b/simgear/misc/Makefile.am @@ -3,7 +3,7 @@ includedir = @includedir@/misc if HAVE_ZLIB ZLIB_INCL = else -ZLIB_INCL = -I$(top_builddir)/zlib +ZLIB_INCL = -I$(top_builddir)/src/zlib endif lib_LIBRARIES = libsgmisc.a @@ -23,4 +23,4 @@ libsgmisc_a_SOURCES = \ texcoord.cxx \ zfstream.cxx -INCLUDES += -I$(top_builddir)/src +INCLUDES += -I$(top_builddir) $(ZLIB_INCL)