diff options
| author | Sam Varshavchik | 2014-12-13 21:50:06 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2014-12-13 21:50:06 -0500 |
| commit | 3144c8813f26ceef3ce9c51a6c461d6701687304 (patch) | |
| tree | 0d4a82be6117c98b1753e4605de4810ed8d17f06 /gpglib | |
| parent | e51ae7a53ee7a096ef54c95fcc64e58cf6cb0fc7 (diff) | |
| download | courier-libs-3144c8813f26ceef3ce9c51a6c461d6701687304.tar.bz2 | |
Fix link flag again.
Diffstat (limited to 'gpglib')
| -rw-r--r-- | gpglib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpglib/Makefile.am b/gpglib/Makefile.am index 11907d4..a4b59f0 100644 --- a/gpglib/Makefile.am +++ b/gpglib/Makefile.am @@ -18,7 +18,7 @@ libgpg_la_SOURCES=checksign.c delete.c export.c fork.c genkey.c gpg.c gpglib.h\ testgpg_SOURCES=testgpg.c testgpg_DEPENDENCIES=libgpg.la ../numlib/libnumlib.la -testgpg_LDADD= -lunicode $(testgpg_DEPENDENCIES) +testgpg_LDADD=$(testgpg_DEPENDENCIES) -lunicode testgpg_LDFLAGS=-static mimegpg_SOURCES=mimegpg.c |
