diff options
author | Werner Koch <[email protected]> | 2004-12-06 13:49:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-06 13:49:14 +0000 |
commit | 8f620c8c2c9a283e74c0cf75f348bfc929117d72 (patch) | |
tree | 4c7fb4c0092dc77f68d714390630b3be9467cbc3 /scd | |
parent | 2004-12-05 Moritz Schulte <[email protected]> (diff) | |
download | gnupg-8f620c8c2c9a283e74c0cf75f348bfc929117d72.tar.gz gnupg-8f620c8c2c9a283e74c0cf75f348bfc929117d72.zip |
* configure.ac (have_w32_system): New. Disable Pth checks for W32.
Link jnlib/w32-pth.h to pth.h.
* Makefile.am (pkglib_PROGRAMS): Build only for W32.
* keydb.c: Don't define DIRSEP_S here.
Diffstat (limited to 'scd')
-rw-r--r-- | scd/ChangeLog | 4 | ||||
-rw-r--r-- | scd/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog index 660865638..628055e80 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -1,3 +1,7 @@ +2004-12-06 Werner Koch <[email protected]> + + * Makefile.am (pkglib_PROGRAMS): Build only for W32. + 2004-10-22 Werner Koch <[email protected]> * app-openpgp.c (verify_chv3): The minium length for CHV3 is diff --git a/scd/Makefile.am b/scd/Makefile.am index 0d83271e0..43bee4889 100644 --- a/scd/Makefile.am +++ b/scd/Makefile.am @@ -19,7 +19,9 @@ ## Process this file with automake to produce Makefile.in bin_PROGRAMS = scdaemon sc-copykeys +if HAVE_W32_SYSTEM pkglib_PROGRAMS = pcsc-wrapper +endif AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/common |