]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/Makefile.in
Moved wxMMedia to contrib/src/mmedia
[wxWidgets.git] / contrib / src / ogl / Makefile.in
index 1edfe19d0f6240963c12af6bbc4bf4b83426c426..d335435b449c975d8dfe9d3aff370b982cd5883a 100644 (file)
@@ -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