13 lines
555 B
Plaintext
13 lines
555 B
Plaintext
$OpenBSD: patch-tests_Makefile_in,v 1.4 2009/10/09 23:03:38 ajacoutot Exp $
|
|
--- tests/Makefile.in.orig Wed Nov 26 14:34:02 2008
|
|
+++ tests/Makefile.in Sat Oct 10 00:15:11 2009
|
|
@@ -71,7 +71,7 @@ am__EXEEXT_1 = t-strerror$(EXEEXT) t-syserror$(EXEEXT)
|
|
PROGRAMS = $(noinst_PROGRAMS)
|
|
t_strerror_SOURCES = t-strerror.c
|
|
t_strerror_OBJECTS = t-strerror.$(OBJEXT)
|
|
-t_strerror_LDADD = $(LDADD)
|
|
+t_strerror_LDADD = $(LDADD) @LTLIBINTL@
|
|
t_strerror_DEPENDENCIES = ../src/libgpg-error.la
|
|
t_syserror_SOURCES = t-syserror.c
|
|
t_syserror_OBJECTS = t-syserror.$(OBJEXT)
|