diff options
author | Brian Paul <[email protected]> | 2000-02-10 16:00:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-10 16:00:36 +0000 |
commit | 9f037fdc72d7d4cf9a3185ee631c9b0e80ab5e42 (patch) | |
tree | ca8b56b4a505024a3b1895520e9af31fc3857739 /Makefile.X11 | |
parent | ee5baf274761fade0ddb19062e0fcdeceea3893c (diff) |
added OpenStep to LIB_FILES
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 4bd08e96ca4..f8d68b212bd 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.17 2000/01/27 00:11:49 brianp Exp $ +# $Id: Makefile.X11,v 1.18 2000/02/10 16:00:36 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -494,7 +494,8 @@ LIB_FILES = \ $(DIRECTORY)/macos/resources/*.rsrc \ $(DIRECTORY)/macos/src-agl/*.exp \ $(DIRECTORY)/macos/src-agl/*.[ch] \ - $(DIRECTORY)/macos/src-gli/*.[ch] + $(DIRECTORY)/macos/src-gli/*.[ch] \ + $(DIRECTORY)/OpenStep DEMO_FILES = \ $(DIRECTORY)/include/GL/glut.h \ |