diff options
| author | Sam Varshavchik | 2014-07-21 19:03:11 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2014-07-21 19:03:11 -0400 |
| commit | b2fd2842602dec15ecbf418e96caa879b5a1e7dc (patch) | |
| tree | 929c6980091a0e88289786ea13f105228fad2ad6 | |
| parent | 71e121ea60c90c76bfa6ab122464dd8e800e9489 (diff) | |
| download | courier-libs-b2fd2842602dec15ecbf418e96caa879b5a1e7dc.tar.bz2 | |
gpglib: Fix makefile
| -rw-r--r-- | gpglib/Makefile.am | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gpglib/Makefile.am b/gpglib/Makefile.am index ea048d4..264bbf6 100644 --- a/gpglib/Makefile.am +++ b/gpglib/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2001-2007 Double Precision, Inc. See COPYING for +# Copyright 2001-2014 Double Precision, Inc. See COPYING for # distribution information. # @@ -17,17 +17,16 @@ 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_LDADD=libgpg.la ../numlib/libnumlib.la testgpg_DEPENDENCIES=$(testgpg_LDADD) -testgpg_LDFLAGS=-static +testgpg_LDFLAGS=-static -lunicode mimegpg_SOURCES=mimegpg.c mimegpg_LDADD=libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la \ ../rfc822/libencode.la ../numlib/libnumlib.la \ -lunicode mimegpg_DEPENDENCIES=libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la\ - ../rfc822/libencode.la ../numlib/libnumlib.la \ - -lunicode + ../rfc822/libencode.la ../numlib/libnumlib.la BUILT_SOURCES=gpg.h mimegpg.html mimegpg.1 EXTRA_DIST=mimegpg.html mimegpg.1 README.html |
