From: Guido van Rossum Date: Tue, 29 Apr 1997 16:07:45 +0000 (+0000) Subject: Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. X-Git-Tag: v1.5a1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8105821bf54be4f89f61070838672d7d1fdfe61a;p=python Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index c7d7240e9f..83e3131917 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -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