~ubuntu-branches/ubuntu/edgy/dovecot/edgy-security

« back to all changes in this revision

Viewing changes to src/pop3/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 15:13:37 UTC
  • mfrom: (1.10.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630151337-l772crcoe5hfd4hw
Tags: 1.0.rc1-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        -I$(top_srcdir)/src/lib \
7
7
        -I$(top_srcdir)/src/lib-dict \
8
8
        -I$(top_srcdir)/src/lib-mail \
9
 
        -I$(top_srcdir)/src/lib-storage
 
9
        -I$(top_srcdir)/src/lib-storage \
 
10
        -DMODULEDIR=\""$(moduledir)"\"
 
11
 
 
12
pop3_LDFLAGS = -export-dynamic
10
13
 
11
14
# get some functions included which only plugins use. liblib should probably
12
15
# be a shared library so this wouldn't be needed..