From 7e5561d02f257f5c2ae54f4d55dee1093cf2ad4b Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 26 Sep 2012 20:08:10 +0200 Subject: isolated OSC server specific code in OscServer class and allow to register methods in order to localize OSC method handling i.e. every Layer class is stand-alone now --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bd614d4..8524586 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,8 @@ LDFLAGS := -lm -lsupc++ \ all : osc-graphics -osc-graphics : main.o layer.o layer_box.o layer_image.o layer_video.o +osc-graphics : main.o osc_server.o \ + layer.o layer_box.o layer_image.o layer_video.o $(CC) $^ $(LDFLAGS) -o $@ install : all -- cgit v1.2.3