summaryrefslogtreecommitdiffstats
path: root/gpglib
diff options
context:
space:
mode:
authorSam Varshavchik2014-12-03 21:34:28 -0500
committerSam Varshavchik2014-12-03 21:34:28 -0500
commitb63434c3c7ed80e8d30fda3a2981a1980c71dae4 (patch)
treea0e6f66a771a33d4a278cee08d87f79871927e68 /gpglib
parent0d35e591d4b01e78e85486ed3c03b45586d64e18 (diff)
downloadcourier-libs-b63434c3c7ed80e8d30fda3a2981a1980c71dae4.tar.bz2
Fix Makefile
Diffstat (limited to 'gpglib')
-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