|
Link Here
|
| 59 |
|
59 |
|
| 60 |
libgnutls_extra_la_SOURCES = gnutls_extra.c |
60 |
libgnutls_extra_la_SOURCES = gnutls_extra.c |
| 61 |
|
61 |
|
| 62 |
libgnutls_openssl_la_LDFLAGS = -no-undefined |
62 |
libgnutls_openssl_la_LDFLAGS = -no-undefined -L../lib/.libs |
| 63 |
|
63 |
|
| 64 |
# OpenSSL |
64 |
# OpenSSL |
| 65 |
|
65 |
|
|
Link Here
|
| 83 |
# OpenPGP |
83 |
# OpenPGP |
| 84 |
|
84 |
|
| 85 |
libgnutls_extra_la_LIBADD = |
85 |
libgnutls_extra_la_LIBADD = |
| 86 |
libgnutls_extra_la_LDFLAGS = -no-undefined |
86 |
libgnutls_extra_la_LDFLAGS = -no-undefined -L../lib/.libs |
| 87 |
if ENABLE_OPENPGP |
87 |
if ENABLE_OPENPGP |
| 88 |
libgnutls_extra_la_SOURCES += gnutls_openpgp.c |
88 |
libgnutls_extra_la_SOURCES += gnutls_openpgp.c |
| 89 |
libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la |
89 |
libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la |