aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2012-11-26 08:03:07 -0800
committerTectu <joel@unormal.org>2012-11-26 08:03:07 -0800
commitb5d8cc20869fca140044610311ac3414437ec254 (patch)
treefcb202fb077e7d78e1381e5ef531bbf96dcca3cf /gfx.mk
parentac5267af6af5508d4391fddb3d27c8d45879950a (diff)
parent8275c8820f230342939a2410dd0b24c0f26a14e5 (diff)
downloaduGFX-b5d8cc20869fca140044610311ac3414437ec254.tar.gz
uGFX-b5d8cc20869fca140044610311ac3414437ec254.tar.bz2
uGFX-b5d8cc20869fca140044610311ac3414437ec254.zip
Merge pull request #23 from inmarket/master
Ginput and structure changes
Diffstat (limited to 'gfx.mk')
-rw-r--r--gfx.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/gfx.mk b/gfx.mk
index 6f199fb0..8b369958 100644
--- a/gfx.mk
+++ b/gfx.mk
@@ -7,9 +7,11 @@ GFXSRC += $(GFXLIB)/src/gdisp.c \
$(GFXLIB)/src/gdisp_fonts.c \
$(GFXLIB)/src/gevent.c \
$(GFXLIB)/src/gtimer.c \
- $(GFXLIB)/src/ginput.c \
$(GFXLIB)/src/gwin.c \
$(GFXLIB)/src/touchscreen.c \
$(GFXLIB)/src/graph.c \
GFXINC += $(GFXLIB)/include
+
+include $(GFXLIB)/src/gwin/gwin.mk
+include $(GFXLIB)/src/ginput/ginput.mk