summaryrefslogtreecommitdiffstats
path: root/gpglib/Makefile.am
diff options
context:
space:
mode:
authorSam Varshavchik2014-01-12 13:26:54 -0500
committerSam Varshavchik2014-01-12 13:26:54 -0500
commit40ed34ef54ac459116e2a37b63955c75a18a9441 (patch)
treeb4239ed6454f45853de0be3c5a8266e310f7f0b1 /gpglib/Makefile.am
parenta307e734a37763fc25778adffc2cd5c0d0390555 (diff)
downloadcourier-libs-40ed34ef54ac459116e2a37b63955c75a18a9441.tar.bz2
Reconfigure against the standalone unicode library.
Diffstat (limited to 'gpglib/Makefile.am')
-rw-r--r--gpglib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpglib/Makefile.am b/gpglib/Makefile.am
index 3ea6fbd..ea048d4 100644
--- a/gpglib/Makefile.am
+++ b/gpglib/Makefile.am
@@ -17,17 +17,17 @@ 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 ../unicode/libunicode.la ../numlib/libnumlib.la
+testgpg_LDADD=libgpg.la ../numlib/libnumlib.la -lunicode
testgpg_DEPENDENCIES=$(testgpg_LDADD)
testgpg_LDFLAGS=-static
mimegpg_SOURCES=mimegpg.c
mimegpg_LDADD=libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la \
../rfc822/libencode.la ../numlib/libnumlib.la \
- ../unicode/libunicode.la
+ -lunicode
mimegpg_DEPENDENCIES=libgpg.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la\
../rfc822/libencode.la ../numlib/libnumlib.la \
- ../unicode/libunicode.la
+ -lunicode
BUILT_SOURCES=gpg.h mimegpg.html mimegpg.1
EXTRA_DIST=mimegpg.html mimegpg.1 README.html