~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/lib/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2015-05-24 15:01:19 UTC
  • mto: (4.1.53 sid)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: package-import@ubuntu.com-20150524150119-hsh6cbr1fqseapga
Tags: upstream-2.2.18
ImportĀ upstreamĀ versionĀ 2.2.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
        istream-sized.c \
75
75
        istream-tee.c \
76
76
        istream-timeout.c \
 
77
        istream-unix.c \
77
78
        ioloop.c \
78
79
        ioloop-iolist.c \
79
80
        ioloop-notify-none.c \
86
87
        ioloop-epoll.c \
87
88
        ioloop-kqueue.c \
88
89
        json-parser.c \
 
90
        json-tree.c \
89
91
        lib.c \
90
92
        lib-signals.c \
91
93
        md4.c \
199
201
        istream-chain.h \
200
202
        istream-concat.h \
201
203
        istream-crlf.h \
 
204
        istream-file-private.h \
202
205
        istream-hash.h \
203
206
        istream-jsonstr.h \
204
207
        istream-private.h \
207
210
        istream-sized.h \
208
211
        istream-tee.h \
209
212
        istream-timeout.h \
 
213
        istream-unix.h \
210
214
        ioloop.h \
211
215
        ioloop-iolist.h \
212
216
        ioloop-private.h \
213
217
        ioloop-notify-fd.h \
214
218
        json-parser.h \
 
219
        json-tree.h \
215
220
        lib.h \
216
221
        lib-signals.h \
217
222
        llist.h \
300
305
        test-istream-crlf.c \
301
306
        test-istream-seekable.c \
302
307
        test-istream-tee.c \
 
308
        test-istream-unix.c \
303
309
        test-json-parser.c \
 
310
        test-json-tree.c \
304
311
        test-llist.c \
305
312
        test-mempool-alloconly.c \
306
 
        test-network.c \
 
313
        test-net.c \
307
314
        test-numpack.c \
308
315
        test-ostream-file.c \
309
316
        test-primes.c \