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

« back to all changes in this revision

Viewing changes to src/lib-storage/index/dbox-common/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        dbox-file-fix.c \
17
17
        dbox-mail.c \
18
18
        dbox-save.c \
19
 
        dbox-storage.c \
20
 
        dbox-sync-rebuild.c
 
19
        dbox-storage.c
21
20
 
22
21
headers = \
23
22
        dbox-attachment.h \
24
23
        dbox-file.h \
25
24
        dbox-mail.h \
26
25
        dbox-save.h \
27
 
        dbox-storage.h \
28
 
        dbox-sync-rebuild.h
 
26
        dbox-storage.h
29
27
 
30
28
pkginc_libdir=$(pkgincludedir)
31
29
pkginc_lib_HEADERS = $(headers)