diff options
-rw-r--r-- | sm/ChangeLog | 4 | ||||
-rw-r--r-- | sm/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog index e4e30616f..d371d1da0 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog @@ -1,3 +1,7 @@ +2006-10-24 Marcus Brinkmann <[email protected]> + + * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS). + 2006-10-23 Werner Koch <[email protected]> * gpgsm.c (main): Remap common cipher algo names to their OIDs. diff --git a/sm/Makefile.am b/sm/Makefile.am index 88bd0142d..75c49886d 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -22,7 +22,7 @@ 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 include $(top_srcdir)/am/cmacros.am |