TD2: Make the IHM client with one receive thread and one send thread.
[TD_SR.git] / TD2 / IHM / Makefile
index 631ba1acc429f7aa97af7dbbe7d74806a0c5837a..d3d7d4a27817217258b1d2c581ab75f1642fb685 100644 (file)
@@ -48,13 +48,16 @@ JVM = java
 CLASSES = \
                Message.java \
                SocketClient.java \
-               IHM.java
+               ThreadIHMReceive.java \
+               ThreadIHMSend.java \
+               IHM.java \
+               Main.java
 
 #
 # MAIN is a variable with the name of the file containing the main method
 #
 
-MAIN = IHM
+MAIN = Main
 
 #
 # the default make target entry