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

« back to all changes in this revision

Viewing changes to src/lib-storage/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:
42
42
        mailbox-header.c \
43
43
        mailbox-keywords.c \
44
44
        mailbox-list.c \
45
 
        mailbox-list-iter.c \
 
45
        mailbox-list-notify.c \
46
46
        mailbox-search-result.c \
47
47
        mailbox-tree.c \
48
48
        mailbox-uidvalidity.c
69
69
        mail-user.h \
70
70
        mailbox-guid-cache.h \
71
71
        mailbox-list.h \
 
72
        mailbox-list-iter.h \
72
73
        mailbox-list-private.h \
 
74
        mailbox-list-notify.h \
73
75
        mailbox-search-result-private.h \
74
76
        mailbox-tree.h \
75
77
        mailbox-uidvalidity.h
82
84
        index/libstorage_index.la \
83
85
        register/libstorage_register.la \
84
86
        ../lib-index/libindex.la \
 
87
        ../lib-imap-storage/libimap-storage.la \
85
88
        ../lib-dovecot/libdovecot.la
86
89
 
87
90
pkglib_LTLIBRARIES = libdovecot-storage.la
88
91
libdovecot_storage_la_SOURCES = 
89
 
libdovecot_storage_la_LIBADD = $(shlibs) $(LINKED_STORAGE_LDADD) $(MODULE_LIBS)
 
92
libdovecot_storage_la_LIBADD = $(shlibs) $(LINKED_STORAGE_LDADD)
90
93
libdovecot_storage_la_DEPENDENCIES = $(shlibs)
91
94
libdovecot_storage_la_LDFLAGS = -export-dynamic
92
95
 
101
104
 
102
105
test_mailbox_get_SOURCES = test-mailbox-get.c
103
106
test_mailbox_get_LDADD = mailbox-get.lo $(test_libs)
104
 
test_mailbox_get_DEPENDENCIES = mailbox-get.lo $(test_libs)
 
107
test_mailbox_get_DEPENDENCIES = $(noinst_LTLIBRARIES) $(test_libs)
105
108
 
106
109
check: check-am check-test
107
110
check-test: all-am