Added prog.c and runtime.c
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -12,8 +12,10 @@ noinst_PROGRAMS = sv | ... | @@ -12,8 +12,10 @@ noinst_PROGRAMS = sv |
12 | 12 | ||
13 | libsieve_la_SOURCES = \ | 13 | libsieve_la_SOURCES = \ |
14 | actions.c\ | 14 | actions.c\ |
15 | prog.c\ | ||
15 | register.c\ | 16 | register.c\ |
16 | require.c\ | 17 | require.c\ |
18 | runtime.c\ | ||
17 | sieve-gram.c\ | 19 | sieve-gram.c\ |
18 | sieve-gram.h\ | 20 | sieve-gram.h\ |
19 | sieve-lex.c\ | 21 | sieve-lex.c\ | ... | ... |
-
Please register or sign in to post a comment