summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/proto/Makefile.defs
diff options
context:
space:
mode:
authorschodet2005-04-10 20:13:20 +0000
committerschodet2005-04-10 20:13:20 +0000
commit7339bed6bcf4de3a79b6b361559b1f74d3f933a8 (patch)
tree8a612a6897279736548e4e020b068be6549cdf85 /2005/i/robert/src/proto/Makefile.defs
parent976b5047eef9b56956ef5bcc392c0c2730f4f331 (diff)
Tests ok. Reste les renvois sur erreur.
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)