X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/c86e5ff42db3495538c8b48cb7ea0943a13702b7..892e36c1af3105e5f548a4ef8b9f777b95d47fc2:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index ce4b7c4..3990aa5 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ SRC.loba := main.cpp \ deployment.cpp \ hostdata.cpp \ $(wildcard loba_*.cpp) \ + messages.cpp \ misc.cpp \ neighbor.cpp \ options.cpp \ @@ -54,7 +55,7 @@ TARGETS := $(DEFAULT_TARGETS) \ XML_FILES = \ Dep.xml Plat.xml \ platform.xml deployment.xml simple_async.xml \ - cluster1000.xml + cluster1000.xml machines1000.xml XML_DEV_FILES = $(XML_FILES:%.xml=%_dev.xml)