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.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/proto/Makefile.defs b/2005/i/robert/src/proto/Makefile.defs
index ec86342..fa984bc 100644
--- a/2005/i/robert/src/proto/Makefile.defs
+++ b/2005/i/robert/src/proto/Makefile.defs
@@ -3,6 +3,6 @@ PROGRAMS += test_proto
proto_OBJECTS = proto.o
test_proto_OBJECTS = test_proto.o $(proto_OBJECTS) $(utils_OBJECTS) \
- $(serial_OBJECTS) $(timer_OBJECTS)
+ $(serial_OBJECTS) $(timer_OBJECTS) $(log_OBJECTS)
test_proto: $(test_proto_OBJECTS)