Commit 60d53af9 60d53af93c1f490e11c21cc654f9330eabc068da by Sergey Poznyakoff

(SUBDIRS): Add libproto

1 parent 2ef67a6d
...@@ -20,10 +20,37 @@ ...@@ -20,10 +20,37 @@
20 AUTOMAKE_OPTIONS = gnits 1.8.5 dist-bzip2 std-options 20 AUTOMAKE_OPTIONS = gnits 1.8.5 dist-bzip2 std-options
21 ACLOCAL_AMFLAGS = -I m4 21 ACLOCAL_AMFLAGS = -I m4
22 22
23 SUBDIRS = include intl po testsuite mailbox lib libsieve doc \ 23 SUBDIRS = \
24 sql auth config examples frm pop3d imap4d \ 24 include\
25 mail sieve scripts libmu_scm guimb messages comsat readmsg \ 25 intl\
26 mail.local mail.remote dotlock mh movemail mimeview 26 po\
27 testsuite\
28 mailbox\
29 sql\
30 auth\
31 libproto\
32 lib\
33 libsieve\
34 libmu_scm\
35 doc\
36 config\
37 examples\
38 frm\
39 pop3d\
40 imap4d\
41 mail\
42 sieve\
43 scripts\
44 guimb\
45 messages\
46 comsat\
47 readmsg\
48 mail.local\
49 mail.remote\
50 dotlock\
51 mh\
52 movemail\
53 mimeview
27 54
28 EXTRA_DIST = COPYING.LESSER 55 EXTRA_DIST = COPYING.LESSER
29 56
......