diff options
Diffstat (limited to 'old/graph')
-rw-r--r-- | old/graph/graph.mk | 4 |
1 files changed, 2 insertions, 2 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 |