diff options
author | Guido van Rossum <guido@python.org> | 1997-04-29 16:07:45 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-29 16:07:45 (GMT) |
commit | 8105821bf54be4f89f61070838672d7d1fdfe61a (patch) | |
tree | 7b7e47650ae653bd60d9125c88d846338cff753e /Modules/Setup.in | |
parent | 62cb0bafe21c868245b8db68062a42e9a455aab9 (diff) | |
download | cpython-8105821bf54be4f89f61070838672d7d1fdfe61a.zip cpython-8105821bf54be4f89f61070838672d7d1fdfe61a.tar.gz cpython-8105821bf54be4f89f61070838672d7d1fdfe61a.tar.bz2 |
Added -I$(srcdir) to line for glmodule so we can move cgensupport.h here.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index c7d7240..83e3131 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 |