diff options
| author | Sam Varshavchik | 2014-01-12 13:26:54 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2014-01-12 13:26:54 -0500 |
| commit | 40ed34ef54ac459116e2a37b63955c75a18a9441 (patch) | |
| tree | b4239ed6454f45853de0be3c5a8266e310f7f0b1 /rfc2045/Makefile.am | |
| parent | a307e734a37763fc25778adffc2cd5c0d0390555 (diff) | |
| download | courier-libs-40ed34ef54ac459116e2a37b63955c75a18a9441.tar.bz2 | |
Reconfigure against the standalone unicode library.
Diffstat (limited to 'rfc2045/Makefile.am')
| -rw-r--r-- | rfc2045/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rfc2045/Makefile.am b/rfc2045/Makefile.am index ee75b2e..7a4ccbf 100644 --- a/rfc2045/Makefile.am +++ b/rfc2045/Makefile.am @@ -31,23 +31,23 @@ librfc2045_la_SOURCES=rfc2045.c rfc2045.h rfc2045src.h \ reformime_SOURCES=reformime.c reformime_LDADD = librfc2045.la ../rfc822/libencode.la ../rfc822/librfc822.la \ - ../unicode/libunicode.la ../numlib/libnumlib.la + ../numlib/libnumlib.la -lunicode reformime_DEPENDENCIES = $(reformime_LDADD) reformime_LDFLAGS=-static makemime_SOURCES=makemime.c -makemime_LDADD = ../rfc822/libencode.la ../rfc822/librfc822.la librfc2045.la ../unicode/libunicode.la ../numlib/libnumlib.la ../unicode/libunicode.la +makemime_LDADD = ../rfc822/libencode.la ../rfc822/librfc822.la librfc2045.la ../numlib/libnumlib.la -lunicode makemime_DEPENDENCIES=$(makemime_LDADD) makemime_LDFLAGS=-static headercheck_SOURCES=headercheck.c headercheck_LDADD=librfc2045.la ../rfc822/librfc822.la ../numlib/libnumlib.la \ - ../unicode/libunicode.la + -lunicode headercheck_DEPENDENCIES=$(headercheck_LDADD) headercheck_LDFLAGS=-static testrfc3676parser_SOURCES=testrfc3676parser.c -testrfc3676parser_LDADD=librfc2045.la ../unicode/libunicode.la +testrfc3676parser_LDADD=librfc2045.la -lunicode testrfc3676parser_DEPENDENCIES=$(testrfc3676parser_LDADD) if HAVE_SGML |
