From 77f4101fcb296de31f4856376d2f93b2794fcc02 Mon Sep 17 00:00:00 2001 From: etobi Date: Sun, 10 Mar 2013 02:19:57 +0100 Subject: Refactoring: Moved storage related classes into their own files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ef006c..dea6845 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o menu.o txtfont.o txtrecv.o txtrender.o displaybase.o display.o +OBJS = $(PLUGIN).o menu.o txtfont.o txtrecv.o txtrender.o displaybase.o display.o storage.o legacystorage.o packedstorage.o rootdir.o ### The main target: -- cgit v1.2.3