~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to alpine/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2010-10-03 15:31:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101003153155-2exypc96j1e8tw0p
Tags: 2.02-1
* New upstream release, based on re-alpine project
* Updated debian/copyright to reflect this fact
* re-alpine removed the non-free from the tarball, so now
  we do not repack the upstream tarball. (Yay!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        confscroll.c context.c dispfilt.c flagmaint.c folder.c help.c imap.c \
21
21
        init.c kblock.c keymenu.c ldapconf.c listsel.c mailcmd.c mailindx.c \
22
22
        mailpart.c mailview.c newuser.c pattern.c pipe.c print.c radio.c remote.c reply.c \
23
 
        roleconf.c send.c setup.c signal.c status.c takeaddr.c titlebar.c smime.c
 
23
        roleconf.c send.c setup.c signal.c status.c takeaddr.c titlebar.c smime.c newmail.c
24
24
 
25
25
alpine_LDADD = $(LDADD) $(INTLLIBS)
26
26
 
37
37
        ../pith/charconv/libpithcc.a \
38
38
        osdep/libpineosd.a ../c-client/c-client.a
39
39
 
40
 
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include -DLOCALEDIR=\"$(localedir)\"
 
40
AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include -DLOCALEDIR=\"$(localedir)\"
41
41
 
42
 
AM_LDFLAGS = `cat $(top_srcdir)/c-client/LDFLAGS`
 
42
AM_LDFLAGS = `cat @top_srcdir@/c-client/LDFLAGS`
43
43
 
44
44
CLEANFILES = date.c
45
45