summaryrefslogtreecommitdiff
path: root/i/marvin/src/proto
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/proto')
-rw-r--r--i/marvin/src/proto/Makefile.defs5
1 files changed, 2 insertions, 3 deletions
diff --git a/i/marvin/src/proto/Makefile.defs b/i/marvin/src/proto/Makefile.defs
index ffad4dc..1b13568 100644
--- a/i/marvin/src/proto/Makefile.defs
+++ b/i/marvin/src/proto/Makefile.defs
@@ -1,6 +1,5 @@
PROGRAMS += test_proto
-proto_OBJECTS = proto.o
+proto_OBJECTS = proto.o $(serial_OBJECTS) $(log_OBJECTS) $(utils_OBJECTS) $(timer_OBJECTS)
-test_proto_OBJECTS = test_proto.o $(proto_OBJECTS) $(utils_OBJECTS) \
- $(serial_OBJECTS) $(timer_OBJECTS) $(log_OBJECTS)
+test_proto_OBJECTS = test_proto.o $(proto_OBJECTS)