summaryrefslogtreecommitdiff
path: root/Makefile.minimal
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2009-06-07 06:06:35 +0000
committerRyan C. Gordon <icculus@icculus.org>2009-06-07 06:06:35 +0000
commit1348b1a517fc8d3432612eccf9f79e02e239d180 (patch)
tree3293863729f7d640c43c4a4bdec0bf7cc9d42846 /Makefile.minimal
parent959fc4df3343e1a556a61689d34183cd796fcdde (diff)
downloadsdl-1348b1a517fc8d3432612eccf9f79e02e239d180.tar.gz
Initial work on power subsystem for SDL 1.3.
Diffstat (limited to 'Makefile.minimal')
-rw-r--r--Makefile.minimal1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.minimal b/Makefile.minimal
index c8057894a..6f000f97b 100644
--- a/Makefile.minimal
+++ b/Makefile.minimal
@@ -20,6 +20,7 @@ SOURCES = \
src/thread/*.c \
src/timer/*.c \
src/video/*.c \
+ src/power/*.c \
src/audio/dummy/*.c \
src/video/dummy/*.c \
src/joystick/dummy/*.c \