X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fc25a89ac1e6c5208db24bfc0abc8666b791dc6..b4414c1f3778c54fb0ddfd2eea63f940bbee6d0f:/contrib/src/ogl/Makefile.in diff --git a/contrib/src/ogl/Makefile.in b/contrib/src/ogl/Makefile.in index 1edfe19d0f..d335435b44 100644 --- a/contrib/src/ogl/Makefile.in +++ b/contrib/src/ogl/Makefile.in @@ -1,6 +1,7 @@ # -top_builddir = ../.. +top_srcdir = @top_srcdir@/.. +top_builddir = ../../.. VPATH= $(top_srcdir)/ogl @@ -9,5 +10,9 @@ LIBTARGET=$(top_builddir)/lib/libogl OBJECTS=basic.o bmpshape.o composit.o divided.o lines.o misc.o \ basic2.o canvas.o constrnt.o drawn.o mfutils.o ogldiag.o +# the comment at the end of the next line is needed because otherwise autoconf +# would remove this line completely - it contains a built-in hack to remove +# any VPATH assignment not containing ':' +VPATH = :$(top_srcdir)/contrib/src/ogl # ':' for autoconf include $(top_builddir)/src/makelib.env