diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-09-12 13:40:15 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-09-12 13:40:15 -0600 |
commit | ae0dd620fec580b77b0901ed1376e6a6b2569c7e (patch) | |
tree | 9abb8f3f0c90952bebb44111d0dd929c8f3de221 /src/glut/glx/Makefile | |
parent | 642267b2d8c9848c5c1a11ba2b598dc313a2737a (diff) |
Add glut_fcb.c to the build and update to fix warnings (see bug 12405)
Diffstat (limited to 'src/glut/glx/Makefile')
-rw-r--r-- | src/glut/glx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glut/glx/Makefile b/src/glut/glx/Makefile index 5a224c9af5..f73158ad38 100644 --- a/src/glut/glx/Makefile +++ b/src/glut/glx/Makefile @@ -36,6 +36,7 @@ SOURCES = \ glut_dstr.c \ glut_event.c \ glut_ext.c \ + glut_fcb.c \ glut_fullscrn.c \ glut_gamemode.c \ glut_get.c \ |