From 498b7ca05a7571caf3e263a277d6334756e94142 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Mon, 13 May 2013 20:51:49 +0200
Subject: [PATCH] Add missing classes to Makefile

---
 lib/java/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/java/Makefile b/lib/java/Makefile
index e5394d6..4eed988 100644
--- a/lib/java/Makefile
+++ b/lib/java/Makefile
@@ -9,6 +9,8 @@ MODULES=LabCommDispatcher \
 	LabCommEncoderChannel \
 	LabCommEncoder \
 	LabCommDecoderChannel \
+	LabCommWriter \
+	LabCommReader
 
 all: labcomm.jar
 
-- 
GitLab