From d77b1324361f5d598d52baaac09e93236d020198 Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 13 Mar 2005 20:14:08 +0000 Subject: Ajout des implémentation de fd_set et hexa. --- 2005/i/robert/src/utils/Makefile.defs | 2 ++ 1 file changed, 2 insertions(+) (limited to '2005') diff --git a/2005/i/robert/src/utils/Makefile.defs b/2005/i/robert/src/utils/Makefile.defs index a06d61c..43711a8 100644 --- a/2005/i/robert/src/utils/Makefile.defs +++ b/2005/i/robert/src/utils/Makefile.defs @@ -1,5 +1,7 @@ PROGRAMS += test_any test_callback test_bind +utils_OBJECTS = fd_set.o hexa.o + test_any_OBJECTS = test_any.o test_callback_OBJECTS = test_callback.o -- cgit v1.2.3