aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 16:58:20 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-12-04 17:09:31 +0100
commitb120616b6da52e951097f69ad267de06081d218a (patch)
tree0407f216dd5020ecd4096c93326272d358d26993 /Makefile
parent266cdca115c7e9b14f734da478d04a8ce0c2cb69 (diff)
refactoring: split qbuffers.cpp|h into a q-registers (qregisters.cpp) and Buffer ring part (ring.cpp)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91dc300..27eef53 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ ifneq ($(findstring MINGW32,$(OS)),)
CPPFLAGS+=-Icompat
endif
-MINIMAL_OBJS:=main.o cmdline.o undo.o expressions.o qbuffers.o \
+MINIMAL_OBJS:=main.o cmdline.o undo.o expressions.o qregisters.o ring.o \
parser.o search.o goto.o rbtree.o symbols.o \
interface.a