summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ai/Makefile.defs
diff options
context:
space:
mode:
authorhaller2005-05-04 11:35:16 +0000
committerhaller2005-05-04 11:35:16 +0000
commit065bdb8d1076fc1f1396de3f6d71e3fb15c727b6 (patch)
tree770c37389bc9b104ecccd32ffada71429e43a402 /2005/i/robert/src/ai/Makefile.defs
parenta92331399e40d5e413745029299ce7f93d84866c (diff)
Ai qui sert à rien
Mais il compile
Diffstat (limited to '2005/i/robert/src/ai/Makefile.defs')
-rw-r--r--2005/i/robert/src/ai/Makefile.defs6
1 files changed, 5 insertions, 1 deletions
diff --git a/2005/i/robert/src/ai/Makefile.defs b/2005/i/robert/src/ai/Makefile.defs
index f150cac..581568d 100644
--- a/2005/i/robert/src/ai/Makefile.defs
+++ b/2005/i/robert/src/ai/Makefile.defs
@@ -2,6 +2,10 @@ PROGRAMS += test_ai
ai_OBJECTS = ai.o
-test_ai_OBJECTS = test_ai.o $(ai_OBJECTS) $(motor_OBJECTS)
+test_ai_OBJECTS = test_ai.o $(ai_OBJECTS) $(motor_OBJECTS) $(log_OBJECTS) \
+$(asserv_OBJECTS) $(proto_OBJECTS) $(utils_OBJECTS) $(serial_OBJECTS) \
+$(timer_OBJECTS) $(config_OBJECTS) $(scheduler_OBJECTS) $(es_OBJECTS) \
+$(ovision_OBJECTS) $(image_OBJECTS) $(video4linux_OBJECTS) $(net_OBJECTS) \
+$(data_OBJECTS)
test_ai: $(test_ai_OBJECTS)