blob: 06a76824f8244846c8b846ba9801af3da4dd6a25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ai,v 1.1 2004/04/14 20:21:49 adam Exp $
--- tests/test-activation/Makefile.in.orig Wed Apr 14 21:59:19 2004
+++ tests/test-activation/Makefile.in
@@ -232,7 +232,7 @@ bonobo_activation_test_LDADD = libtest-p
# get libtool to build a noinst shared lib.
libtest_plugin_la_LDFLAGS = \
-rpath $(shell (cd $(top_builddir);pwd))/test/.libs \
- -module -avoid-version -no-undefined
+ -module -avoid-version
libtest_plugin_la_LIBADD = \
|