~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to src/plugins/quota/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marco Nenciarini
  • Date: 2009-12-17 10:52:53 UTC
  • mfrom: (1.13.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 61.
  • Revision ID: james.westby@ubuntu.com-20091217105253-guybg5b34vmits39
* New upstream release.
* debian/patches/gold-fix.patch: Removed. Fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
module_LTLIBRARIES = \
14
14
        lib10_quota_plugin.la
15
15
 
16
 
# get some functions included which only plugins use. liblib should probably
17
 
# be a shared library so this wouldn't be needed.
18
 
unused_sources = \
19
 
        ../../lib/mountpoint.c
20
 
 
21
16
quota_dist_sources = \
22
17
        quota.c \
23
18
        quota-count.c \
26
21
        quota-dirsize.c \
27
22
        quota-maildir.c \
28
23
        quota-plugin.c \
29
 
        quota-storage.c \
30
 
        $(unused_sources)
 
24
        quota-storage.c
31
25
 
32
26
lib10_quota_plugin_la_SOURCES = \
33
27
        $(quota_dist_sources) \