summaryrefslogtreecommitdiffstats
path: root/gpglib
diff options
context:
space:
mode:
authorSam Varshavchik2014-12-13 21:50:06 -0500
committerSam Varshavchik2014-12-13 21:50:06 -0500
commit3144c8813f26ceef3ce9c51a6c461d6701687304 (patch)
tree0d4a82be6117c98b1753e4605de4810ed8d17f06 /gpglib
parente51ae7a53ee7a096ef54c95fcc64e58cf6cb0fc7 (diff)
downloadcourier-libs-3144c8813f26ceef3ce9c51a6c461d6701687304.tar.bz2
Fix link flag again.
Diffstat (limited to 'gpglib')
-rw-r--r--gpglib/Makefile.am2
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