Commit 75b7e27e 75b7e27e332fdc98dca214823ccd9f53fdfb86de by Sergey Poznyakoff

Added argp.c

1 parent c10adad1
...@@ -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 argp.c\
13 comparator.c\ 14 comparator.c\
14 load.c\ 15 load.c\
15 prog.c\ 16 prog.c\
......