mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
2003-11-10 Moritz Schulte <mo@g10code.com>
* Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@.
This commit is contained in:
parent
c64d5a769e
commit
f794da4ad4
@ -1,3 +1,7 @@
|
||||
2003-11-10 Moritz Schulte <mo@g10code.com>
|
||||
|
||||
* Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@.
|
||||
|
||||
2003-10-25 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* call-agent.c (learn_status_cb, scd_genkey_cb): Fixed faulty use
|
||||
|
@ -20,7 +20,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
localedir = $(datadir)/locale
|
||||
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\"
|
||||
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_srcdir)/intl -DLOCALEDIR=\"$(localedir)\" @LIBGCRYPT_CFLAGS@
|
||||
|
||||
EXTRA_DIST = options.skel
|
||||
# it seems that we can't use this with automake 1.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user