summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpglib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpglib/Makefile.am b/gpglib/Makefile.am
index 2b59217..11907d4 100644
--- a/gpglib/Makefile.am
+++ b/gpglib/Makefile.am
@@ -17,8 +17,8 @@ libgpg_la_SOURCES=checksign.c delete.c export.c fork.c genkey.c gpg.c gpglib.h\
sign.c tempname.c tempname.h
testgpg_SOURCES=testgpg.c
-testgpg_LDADD=libgpg.la ../numlib/libnumlib.la -lunicode
-testgpg_DEPENDENCIES=$(testgpg_LDADD)
+testgpg_DEPENDENCIES=libgpg.la ../numlib/libnumlib.la
+testgpg_LDADD= -lunicode $(testgpg_DEPENDENCIES)
testgpg_LDFLAGS=-static
mimegpg_SOURCES=mimegpg.c