(SUBDIRS): Add libproto
Showing
1 changed file
with
31 additions
and
4 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment