1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fixed VPATH building

This commit is contained in:
Werner Koch 2000-10-13 16:28:57 +00:00
parent 2092d0f6ed
commit 3670933210
22 changed files with 2161 additions and 2148 deletions

View file

@ -34,7 +34,6 @@
#include "iobuf.h"
#include "types.h"
#include "memory.h"
#include "../mpi/mpi-asm-defs.h"
#if BYTES_PER_MPI_LIMB == SIZEOF_UNSIGNED_INT
typedef unsigned int mpi_limb_t;