~ubuntu-branches/ubuntu/precise/gnupg2/precise-updates

« back to all changes in this revision

Viewing changes to common/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-12-08 22:13:21 UTC
  • mto: (5.1.1 edgy) (7.1.1 squeeze) (1.1.13 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051208221321-d54343ca8hlwzkac
Tags: upstream-1.9.19
ImportĀ upstreamĀ versionĀ 1.9.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
noinst_LIBRARIES = libcommon.a libsimple-pwquery.a
23
23
 
24
 
AM_CFLAGS =  $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS)
 
24
AM_CPPFLAGS = -I$(top_srcdir)/gl
 
25
 
 
26
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(PTH_CFLAGS)
25
27
 
26
28
libcommon_a_SOURCES = \
27
29
        util.h i18n.h \
28
30
        errors.h \
29
31
        sexp-parse.h \
 
32
        sexputil.c \
30
33
        maperror.c \
31
34
        sysutils.c sysutils.h \
32
35
        homedir.c \
44
47
        simple-gettext.c \
45
48
        w32reg.c \
46
49
        signal.c \
47
 
        dynload.h
48
 
 
49
 
 
50
 
libcommon_a_LIBADD = @LIBOBJS@
 
50
        dynload.h \
 
51
        estream.c estream.h
 
52
 
51
53
 
52
54
libsimple_pwquery_a_SOURCES = \
53
55
        simple-pwquery.c simple-pwquery.h asshelp.c asshelp.h
54
56
 
55
 
libsimple_pwquery_a_LIBADD = @LIBOBJS@
56
 
 
57
 
 
58
 
 
59
 
 
60
 
 
61
 
 
62
 
 
63
 
 
64