summaryrefslogtreecommitdiff
path: root/src/glut/fbdev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/glut/fbdev/Makefile')
-rw-r--r--src/glut/fbdev/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/glut/fbdev/Makefile b/src/glut/fbdev/Makefile
index 4c2b410d7b..39a48f3634 100644
--- a/src/glut/fbdev/Makefile
+++ b/src/glut/fbdev/Makefile
@@ -13,7 +13,16 @@ GLUT_TINY = 1
INCLUDES = -I$(TOP)/include -I$(GLX_SHARED)
CORE_SOURCES = \
- glut_fbdev.c
+ fbdev.c \
+ colormap.c \
+ cursor.c \
+ menu.c \
+ overlay.c \
+ ext.c \
+ state.c \
+ input.c \
+ callback.c \
+ gamemode.c
GLX_SHARED_SOURCES = \
$(GLX_SHARED)/glut_8x13.c \
@@ -58,7 +67,6 @@ $(TOP)/$(LIB_DIR)/$(GLUT_LIB_NAME): depend $(OBJECTS)
$(GLUT_LIB_DEPS) -install $(TOP)/$(LIB_DIR) \
$(MKLIB_OPTIONS) $(OBJECTS)
-
# Run 'make -f Makefile.solo dep' to update the dependencies if you change
# what's included by any source file.
depend: $(SOURCES)