aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2013-05-25 09:08:37 -0700
committerAndrew Hannam <andrewh@inmarket.com.au>2013-05-25 09:08:37 -0700
commitf7ae118f3b7fc19a2d6636f907c1449a5528189d (patch)
treec52d7733525727320d2de00acedb42bc18124471 /gfx.mk
parentf0569e2555b3a7f2afe05cc42e4dd0982b179167 (diff)
parent8fcbf4e5d5cc88d52f4e6e67ebead27fc856ff4a (diff)
downloaduGFX-f7ae118f3b7fc19a2d6636f907c1449a5528189d.tar.gz
uGFX-f7ae118f3b7fc19a2d6636f907c1449a5528189d.tar.bz2
uGFX-f7ae118f3b7fc19a2d6636f907c1449a5528189d.zip
Merge pull request #74 from inmarket/master
More GOS changes incl adding Win32 O/S support
Diffstat (limited to 'gfx.mk')
-rw-r--r--gfx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx.mk b/gfx.mk
index c476e096..7cd19d28 100644
--- a/gfx.mk
+++ b/gfx.mk
@@ -7,6 +7,7 @@ GFXINC += $(GFXLIB)/include
GFXSRC += $(GFXLIB)/src/gfx.c
include $(GFXLIB)/src/gos/gos.mk
+include $(GFXLIB)/src/gqueue/gqueue.mk
include $(GFXLIB)/src/gdisp/gdisp.mk
include $(GFXLIB)/src/tdisp/tdisp.mk
include $(GFXLIB)/src/gevent/gevent.mk