- Make dist should work now.
This commit is contained in:
parent
a2004ec4a9
commit
832ce9aea2
@ -7,12 +7,27 @@ BUILT_SOURCES = parser.h
|
|||||||
bin_PROGRAMS = scyther
|
bin_PROGRAMS = scyther
|
||||||
scyther_SOURCES = main.c \
|
scyther_SOURCES = main.c \
|
||||||
scanner.l parser.y \
|
scanner.l parser.y \
|
||||||
memory.c terms.c termlists.c symbols.c \
|
memory.c memory.h \
|
||||||
knowledge.c runs.c modelchecker.c \
|
terms.c terms.h \
|
||||||
report.c debug.c mgu.c substitutions.c \
|
termlists.c termlists.h \
|
||||||
match_basic.c match_clp.c constraints.c \
|
symbols.c symbols.h \
|
||||||
output.c latex.c varbuf.c tracebuf.c \
|
knowledge.c knowledge.h \
|
||||||
attackminimize.c tac.c \
|
runs.c runs.h \
|
||||||
compiler.c
|
modelchecker.c modelchecker.h \
|
||||||
|
report.c report.h \
|
||||||
|
debug.c debug.h \
|
||||||
|
mgu.c mgu.h \
|
||||||
|
substitutions.c substitutions.h \
|
||||||
|
match_basic.c match_basic.h \
|
||||||
|
match_clp.c match_clp.h \
|
||||||
|
constraints.c constraints.h \
|
||||||
|
output.c output.h \
|
||||||
|
latex.c latex.h \
|
||||||
|
varbuf.c varbuf.h \
|
||||||
|
tracebuf.c tracebuf.h \
|
||||||
|
attackminimize.c attackminimize.h \
|
||||||
|
tac.c tac.h \
|
||||||
|
compiler.c compiler.h \
|
||||||
|
pheading.h
|
||||||
scyther_LDADD = @LEXLIB@
|
scyther_LDADD = @LEXLIB@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user