diff options
author | Werner Koch <wk@gnupg.org> | 2006-10-17 16:34:42 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-10-17 16:34:42 +0200 |
commit | be410be660305328787559a18b8c9b69790dbfe8 (patch) | |
tree | 32a7dd94b21d1973c1ceedc3d71e13df34f0c83b /sm/Makefile.am | |
parent | Fixed aegypten bug 372 (diff) | |
download | gnupg2-be410be660305328787559a18b8c9b69790dbfe8.tar.xz gnupg2-be410be660305328787559a18b8c9b69790dbfe8.zip |
Pth tweaks and improved estream.c
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r-- | sm/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index f3c4564b1..88bd0142d 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -22,8 +22,7 @@ bin_PROGRAMS = gpgsm -AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBASSUAN_PTH_CFLAGS) $(KSBA_CFLAGS) \ - $(PTH_CFLAGS) +AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(KSBA_CFLAGS) AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common -I$(top_srcdir)/intl include $(top_srcdir)/am/cmacros.am @@ -58,8 +57,8 @@ common_libs = ../jnlib/libjnlib.a ../kbx/libkeybox.a \ ../common/libcommon.a ../gl/libgnu.a gpgsm_LDADD = $(common_libs) \ - $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_PTH_LIBS) \ - -lgpg-error $(LIBINTL) $(PTH_LIBS) $(ZLIBS) + $(LIBGCRYPT_LIBS) $(KSBA_LIBS) $(LIBASSUAN_LIBS) \ + $(GPG_ERROR_LIBS) $(LIBINTL) $(ZLIBS) # Make sure that all libs are build before we use them. This is # important for things like make -j2. |