diff options
author | Tectu <joel@unormal.org> | 2012-11-26 08:03:07 -0800 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-11-26 08:03:07 -0800 |
commit | b5d8cc20869fca140044610311ac3414437ec254 (patch) | |
tree | fcb202fb077e7d78e1381e5ef531bbf96dcca3cf /gfx.mk | |
parent | ac5267af6af5508d4391fddb3d27c8d45879950a (diff) | |
parent | 8275c8820f230342939a2410dd0b24c0f26a14e5 (diff) | |
download | uGFX-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.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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
|