add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / libs / opencdk / patches / 100-fix-tests-build
1 --- a/tests/Makefile.am
2 +++ b/tests/Makefile.am
3 @@ -34,7 +34,7 @@
4  
5  CLEANFILES = plain-test
6  
7 -LDADD = ../src/libopencdk.la
8 +LDADD = ../src/libopencdk.la $(LIBGCRYPT_LIBS)
9  
10  if HAVE_W32_SYSTEM
11  # there is a problem with some tests and WINE
12 --- a/tests/Makefile.in
13 +++ b/tests/Makefile.in
14 @@ -258,7 +258,7 @@
15  AM_LDFLAGS = -no-install
16  AM_CPPFLAGS = $(LIBGCRYPT_CFLAGS)
17  CLEANFILES = plain-test
18 -LDADD = ../src/libopencdk.la
19 +LDADD = ../src/libopencdk.la $(LIBGCRYPT_LIBS)
20  noinst_HEADER = t-support.h
21  all: all-am
22