summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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