Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I probably had been drinking too much the day I have written this command... Sorry...
[simgrid.git] / src / Makefile.am
index 8ca6f04..827215d 100644 (file)
@@ -31,8 +31,9 @@ EXTRA_DIST= \
        surf/surf_parse.c \
        surf/surfxml.l \
        surf/surfxml.c \
+       surf/surfxml.dtd \
        surf/network_private.h \
-       surf/workstation_private_KCCFLN05.h \
+       surf/workstation_KCCFLN05_private.h \
        \
        msg/private.h \
        \
@@ -134,8 +135,8 @@ surf/surfxml.c: surf/surfxml.l
 
 surf/surfxml.l: surf/surfxml.dtd
        cd surf; flexml -b 10000000 -S -L surfxml.dtd ; \
-       mv surfxml.h surfxml.h.bak ; \
-       sed 's/surfxml\.h/surf\/surfxml\.h/g' surfxml.h.bak > surfxml.h
+       mv surfxml.l surfxml.l.bak ; \
+       sed 's/surfxml\.h/surf\/surfxml\.h/g' surfxml.l.bak > surfxml.l
 
 
 libgras_la_SOURCES= $(COMMON_S) \