diff options
Diffstat (limited to 'old')
-rw-r--r-- | old/graph/graph.mk | 4 | ||||
-rw-r--r-- | old/gui/gui.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/old/graph/graph.mk b/old/graph/graph.mk index 849940af..a826cfe0 100644 --- a/old/graph/graph.mk +++ b/old/graph/graph.mk @@ -1,3 +1,3 @@ -GDISP_GRAPH_SRC = $(LCDLIB)/graph/graph.c +GDISP_GRAPH_SRC = $(GFXLIB)/graph/graph.c -GDISP_GRAPH_INC = $(LCDLIB)/graph +GDISP_GRAPH_INC = $(GFXLIB)/graph diff --git a/old/gui/gui.mk b/old/gui/gui.mk index 6d0700aa..6d6d5456 100644 --- a/old/gui/gui.mk +++ b/old/gui/gui.mk @@ -1,3 +1,3 @@ -GDISP_GUI_SRC = $(LCDLIB)/gui/gui.c +GDISP_GUI_SRC = $(GFXLIB)/gui/gui.c -GDISP_GUI_INC = $(LCDLIB)/gui +GDISP_GUI_INC = $(GFXLIB)/gui |