summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/proto/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/proto/Makefile.defs')
-rw-r--r--2005/i/robert/src/proto/Makefile.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/2005/i/robert/src/proto/Makefile.defs b/2005/i/robert/src/proto/Makefile.defs
index cdb99ea..ec86342 100644
--- a/2005/i/robert/src/proto/Makefile.defs
+++ b/2005/i/robert/src/proto/Makefile.defs
@@ -2,6 +2,7 @@ PROGRAMS += test_proto
proto_OBJECTS = proto.o
-test_proto_OBJECTS = test_proto.o $(proto_OBJECTS) $(utils_OBJECTS)
+test_proto_OBJECTS = test_proto.o $(proto_OBJECTS) $(utils_OBJECTS) \
+ $(serial_OBJECTS) $(timer_OBJECTS)
test_proto: $(test_proto_OBJECTS)