mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* configure.ac: Test for ranlib and ar.
* Makefile.am: Make use of AM_CFLAGS and AM_LDFLAGS.
This commit is contained in:
parent
2c6d545517
commit
a6d00a753c
5 changed files with 33 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-03-24 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* Makefile.am: Make use of AM_CFLAGS and AM_LDFLAGS.
|
||||
|
||||
2003-03-21 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* status.c (do_get_from_fd): Accept 'y' as well as 'Y' for
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1998,1999,2000,2001,2002,2003 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GnuPG.
|
||||
#
|
||||
|
@ -22,9 +22,8 @@ INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl
|
|||
EXTRA_DIST = options.skel
|
||||
# it seems that we can't use this with automake 1.5
|
||||
#OMIT_DEPENDENCIES = zlib.h zconf.h
|
||||
LDFLAGS = @LDFLAGS@
|
||||
libexecdir = @libexecdir@/@PACKAGE@
|
||||
CFLAGS = @CFLAGS@ -DGNUPG_LIBEXECDIR="\"$(libexecdir)\""
|
||||
AM_CFLAGS = -DGNUPG_LIBEXECDIR="\"$(libexecdir)\""
|
||||
needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a @CAPLIBS@
|
||||
|
||||
#noinst_PROGRAMS = gpgd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue