diff options
author | Brian Paul <[email protected]> | 2001-08-20 16:16:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-08-20 16:16:36 +0000 |
commit | fc1eadefeb749d1737edf95f21bcc05ff468b05a (patch) | |
tree | 06d6590982c712a8e89ce156d6a6dbf1046561d0 /Makefile.X11 | |
parent | 976c26ca34f2ae8cc6f8b9f9b091efeba1311a94 (diff) |
added WindML driver
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 2219ba67688..1d8434686d8 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.50 2001/07/23 15:09:52 brianp Exp $ +# $Id: Makefile.X11,v 1.51 2001/08/20 16:16:36 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -396,6 +396,7 @@ LIB_FILES = \ $(DIRECTORY)/include/GL/mglmesa.h \ $(DIRECTORY)/include/GL/osmesa.h \ $(DIRECTORY)/include/GL/svgamesa.h \ + $(DIRECTORY)/include/GL/ugl*.h \ $(DIRECTORY)/include/GL/vms_x_fix.h \ $(DIRECTORY)/include/GL/wmesa.h \ $(DIRECTORY)/include/GL/xmesa.h \ @@ -425,6 +426,10 @@ LIB_FILES = \ $(DIRECTORY)/src/tnl/*.[ch] \ $(DIRECTORY)/src/tnl/Makefile* \ $(DIRECTORY)/src/tnl/libMesaTnl_la_SOURCES \ + $(DIRECTORY)/src/windml/*.[ch] \ + $(DIRECTORY)/src/windml/tornado/*.c \ + $(DIRECTORY)/src/windml/tornado/*.cdf \ + $(DIRECTORY)/src/windml/torVars.sample \ $(DIRECTORY)/src/BeOS/*.cpp \ $(DIRECTORY)/src/FX/Makefile.am \ $(DIRECTORY)/src/FX/Makefile.in \ @@ -619,6 +624,9 @@ DEMO_FILES = \ $(DIRECTORY)/samples/README \ $(DIRECTORY)/samples/*.c \ $(DIRECTORY)/mtdemos \ + $(DIRECTORY)windmldemos/Makefile.ugl \ + $(DIRECTORY)windmldemos/*.c \ + $(DIRECTORY)windmldemos/*.bmp \ $(DIRECTORY)/ggi OBSOLETE_DEMO_FILES = \ |