blob: 36393ae58465ed7c4971b1f5dd79993e43e88762 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ab,v 1.3 2002/10/19 18:08:59 martti Exp $
--- Makefile.in.orig Sat Oct 19 18:32:02 2002
+++ Makefile.in Sat Oct 19 19:07:20 2002
@@ -133,13 +133,13 @@
noinst_PROGRAMS = test1 test2 test3
test1_SOURCES = test1.c
test1_LDFLAGS = -all-static
-test1_LDADD = $(lib_LTLIBRARIES)
+test1_LDADD = $(lib_LTLIBRARIES) -lintl
test2_SOURCES = test2.c
test2_LDFLAGS = -all-static
-test2_LDADD = $(lib_LTLIBRARIES)
+test2_LDADD = $(lib_LTLIBRARIES) -lintl
test3_SOURCES = test3.c
test3_LDFLAGS = -all-static
-test3_LDADD = $(lib_LTLIBRARIES)
+test3_LDADD = $(lib_LTLIBRARIES) -lintl
noinst_SCRIPTS = testit.sh
|