diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index e01940b99..7da61f7eb 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -31,3 +31,6 @@ g10_SOURCES = g10.c \ LDADD = -L ../cipher -L ../mpi -L ../util -lcipher -lmpi -lutil + +$(PROGRAMS): ../cipher/libcipher.a ../mpi/libmpi.a + |