]> granicus.if.org Git - python/commitdiff
Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here.
authorGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 16:07:45 +0000 (16:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Apr 1997 16:07:45 +0000 (16:07 +0000)
Modules/Setup.in

index c7d7240e9f506bd6e55ffbefa609e02b1d6f9720..83e31319177f0019b4bd21de2a7f387e131f4423 100644 (file)
@@ -97,7 +97,7 @@ signal signalmodule.c         # signal(2)
 
 # The SGI specific GL module:
 
-#gl glmodule.c cgensupport.c -lgl -lX11        # Graphics Library -- SGI only
+#gl glmodule.c cgensupport.c -I$(srcdir) -lgl -lX11
 
 # Thread module -- use only if Python has thread support for your OS.
 # Note that you must have configured (and built!) Python with the