~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to util/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-16 16:57:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051216165739-v0m2d1you6hd8jho
Tags: upstream-1.4.2
ImportĀ upstreamĀ versionĀ 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
1
# Copyright (C) 1998, 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
2
2
#
3
3
# This file is part of GnuPG.
4
4
#
14
14
15
15
# You should have received a copy of the GNU General Public License
16
16
# along with this program; if not, write to the Free Software
17
 
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
17
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
18
18
 
19
19
## Process this file with automake to produce Makefile.in
20
20
 
22
22
 
23
23
noinst_LIBRARIES = libutil.a
24
24
 
25
 
EXTRA_libutil_a_SOURCES = regcomp.c regex.c regexec.c regex_internal.c regex_internal.h
 
25
EXTRA_libutil_a_SOURCES = regcomp.c regex.c regexec.c regex_internal.c \
 
26
                          regex_internal.h
 
27
 
 
28
# We build the assuan support only if it has been requested.
 
29
if ENABLE_AGENT_SUPPORT
 
30
assuan_source = assuan-buffer.c assuan-client.c assuan-defs.h \
 
31
                 assuan-errors.c assuan-logging.c assuan-socket-connect.c \
 
32
                 assuan-connect.c assuan-socket.c assuan-util.c
 
33
else
 
34
assuan_source =
 
35
endif
 
36
 
26
37
 
27
38
#libutil_a_LDFLAGS =
28
39
libutil_a_SOURCES = logger.c fileutil.c miscutil.c strgutil.c  \
29
40
                     ttyio.c  argparse.c memory.c secmem.c errors.c iobuf.c \
30
 
                     dotlock.c http.c srv.h srv.c simple-gettext.c w32reg.c
 
41
                     dotlock.c http.c srv.h srv.c simple-gettext.c \
 
42
                     membuf.c w32reg.c $(assuan_source)
31
43
 
32
44
libutil_a_DEPENDENCIES = @LIBOBJS@ @REGEX_O@
33
45
# LIBOBJS is for the replacement functions