mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* Makefile.am (AM_CPPFLAGS): Pass directory constants via -D; this
will allow to override directory names at make time.
This commit is contained in:
parent
82b26c5965
commit
76b1445390
@ -1,3 +1,8 @@
|
|||||||
|
2004-02-11 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* Makefile.am (AM_CPPFLAGS): Pass directory constants via -D; this
|
||||||
|
will allow to override directory names at make time.
|
||||||
|
|
||||||
2004-02-02 Werner Koch <wk@gnupg.org>
|
2004-02-02 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* import.c (check_and_store): Import certificates even with
|
* import.c (check_and_store): Import certificates even with
|
||||||
|
@ -18,13 +18,14 @@
|
|||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
localedir = $(datadir)/locale
|
|
||||||
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
|
||||||
|
|
||||||
bin_PROGRAMS = gpgsm
|
bin_PROGRAMS = gpgsm
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl \
|
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS)
|
||||||
$(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS)
|
|
||||||
|
AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl
|
||||||
|
include $(top_srcdir)/am/cmacros.am
|
||||||
|
|
||||||
|
|
||||||
gpgsm_SOURCES = \
|
gpgsm_SOURCES = \
|
||||||
gpgsm.c gpgsm.h \
|
gpgsm.c gpgsm.h \
|
||||||
@ -52,4 +53,4 @@ gpgsm_SOURCES = \
|
|||||||
|
|
||||||
gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a ../common/libcommon.a \
|
gpgsm_LDADD = ../jnlib/libjnlib.a ../kbx/libkeybox.a ../common/libcommon.a \
|
||||||
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(KSBA_LIBS) -lgpg-error \
|
$(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(KSBA_LIBS) -lgpg-error \
|
||||||
@INTLLIBS@
|
$(INTLLIBS)
|
||||||
|
@ -1480,7 +1480,7 @@ open_fwrite (const char *filename)
|
|||||||
static void
|
static void
|
||||||
run_protect_tool (int argc, char **argv)
|
run_protect_tool (int argc, char **argv)
|
||||||
{
|
{
|
||||||
char *pgm = GNUPG_PROTECT_TOOL;
|
char *pgm = GNUPG_DEFAULT_PROTECT_TOOL;
|
||||||
char **av;
|
char **av;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user