Commit 65447553 654475539952e21c3c38007ae4eb11d51d3b6182 by Sergey Poznyakoff

Added comparator.c

1 parent 2e45d86e
...@@ -10,6 +10,7 @@ lib_LTLIBRARIES = libsieve.la ...@@ -10,6 +10,7 @@ lib_LTLIBRARIES = libsieve.la
10 10
11 libsieve_la_SOURCES = \ 11 libsieve_la_SOURCES = \
12 actions.c\ 12 actions.c\
13 comparator.c\
13 prog.c\ 14 prog.c\
14 register.c\ 15 register.c\
15 require.c\ 16 require.c\
......