mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
2006-10-24 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
This commit is contained in:
parent
7aeb3a45fa
commit
eeacfec82f
@ -1,3 +1,7 @@
|
|||||||
|
2006-10-24 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
|
||||||
|
|
||||||
2006-10-23 Werner Koch <wk@g10code.com>
|
2006-10-23 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpgsm.c (main): Remap common cipher algo names to their OIDs.
|
* gpgsm.c (main): Remap common cipher algo names to their OIDs.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
bin_PROGRAMS = gpgsm
|
bin_PROGRAMS = gpgsm
|
||||||
|
|
||||||
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS)
|
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS)
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common -I$(top_srcdir)/intl
|
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common -I$(top_srcdir)/intl
|
||||||
include $(top_srcdir)/am/cmacros.am
|
include $(top_srcdir)/am/cmacros.am
|
||||||
|
Loading…
x
Reference in New Issue
Block a user