diff --git a/Makefile b/Makefile
index a2372d41394af0f55f71723283e74d31715a3492..cdde950b023d2d931b2ee5efb0d1c8fd6b55eb5d 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ deploy: all
 	mkdir -p prog_seq_c_tp/shortest_path
 	cp graphes.html prog_seq_c_tp/shortest_path/index.html
 	cp graphes.pdf prog_seq_c_tp/shortest_path/graphes.pdf
-	cp xml_parser.h xml_parser.h prog_seq_c_tp/shortest_path/
+	cp xml_parser.h xml_parser.c prog_seq_c_tp/shortest_path/
 
 
 clean: