~ubuntu-branches/ubuntu/lucid/mpop/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julien Louis
  • Date: 2006-09-25 01:22:08 UTC
  • Revision ID: james.westby@ubuntu.com-20060925012208-fy8x31diroe47syg
Tags: upstream-1.0.3
ImportĀ upstreamĀ versionĀ 1.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = mpop
 
2
 
 
3
mpop_SOURCES = \
 
4
        conf.c conf.h \
 
5
        delivery.c delivery.h \
 
6
        list.c list.h \
 
7
        mpop.c \
 
8
        net.c net.h \
 
9
        netrc.c netrc.h \
 
10
        pop3.c pop3.h \
 
11
        stream.c stream.h \
 
12
        tools.c tools.h \
 
13
        uidls.c uidls.h
 
14
 
 
15
mpop_LDADD = @tls_obj@ $(top_builddir)/gnulib/libgnu.a @LIBINTL@
 
16
 
 
17
mpop_DEPENDENCIES = @tls_obj@
 
18
 
 
19
EXTRA_mpop_SOURCES = tls.c tls.h
 
20
 
 
21
AM_CPPFLAGS = -I$(top_srcdir)/gnulib
 
22
 
 
23
localedir = $(datadir)/locale
 
24
DEFS += -DLOCALEDIR=\"$(localedir)\"