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

« back to all changes in this revision

Viewing changes to src/lib-dict/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:
14
14
        dict.c \
15
15
        dict-client.c \
16
16
        dict-file.c \
 
17
        dict-cdb.c \
17
18
        dict-memcached.c \
18
 
        dict-redis.c
 
19
        dict-memcached-ascii.c \
 
20
        dict-redis.c \
 
21
        dict-transaction-memory.c
19
22
 
20
23
libdict_la_SOURCES = \
21
24
        $(base_sources)
33
36
        dict-client.h \
34
37
        dict-private.h \
35
38
        dict-sql.h \
36
 
        dict-sql-settings.h
 
39
        dict-sql-settings.h \
 
40
        dict-transaction-memory.h
37
41
 
38
42
pkginc_libdir=$(pkgincludedir)
39
43
pkginc_lib_HEADERS = $(headers)
82
86
 
83
87
test_dict_SOURCES = test-dict.c
84
88
test_dict_LDADD = dict.lo $(test_libs)
85
 
test_dict_DEPENDENCIES = dict.lo $(test_libs)
 
89
test_dict_DEPENDENCIES = $(noinst_LTLIBRARIES) $(test_libs)
86
90
 
87
91
check: check-am check-test
88
92
check-test: all-am