summaryrefslogtreecommitdiffstats
path: root/sm/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-10-10 13:11:04 +0200
committerWerner Koch <wk@gnupg.org>2006-10-10 13:11:04 +0200
commit2e8481c03bceef8d009ea30b40c3e1674cfc9e93 (patch)
tree03469588ff8e79f7c2cc28300cc133c9e89c69d1 /sm/Makefile.am
parentMake it also work for the card. (diff)
downloadgnupg2-2e8481c03bceef8d009ea30b40c3e1674cfc9e93.tar.xz
gnupg2-2e8481c03bceef8d009ea30b40c3e1674cfc9e93.zip
Various changes
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r--sm/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am
index 915a7bc98..f3c4564b1 100644
--- a/sm/Makefile.am
+++ b/sm/Makefile.am
@@ -22,7 +22,7 @@
bin_PROGRAMS = gpgsm
-AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_CFLAGS) $(KSBA_CFLAGS) \
+AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_PTH_CFLAGS) $(KSBA_CFLAGS) \
$(PTH_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common -I$(top_srcdir)/intl
@@ -58,8 +58,8 @@ common_libs = ../jnlib/libjnlib.a ../kbx/libkeybox.a \
../common/libcommon.a ../gl/libgnu.a
gpgsm_LDADD = $(common_libs) \
- $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) -lgpg-error \
- $(LIBINTL) $(PTH_LIBS) $(ZLIBS)
+ $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_PTH_LIBS) \
+ -lgpg-error $(LIBINTL) $(PTH_LIBS) $(ZLIBS)
# Make sure that all libs are build before we use them. This is
# important for things like make -j2.