From 6487f696b9d812f14714350b107e9577e04aa58b Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Wed, 26 Feb 2003 17:09:03 +0000 Subject: Update to produce .so files (Problem reported and solution reported by 2003-02-26 Padraig O'Briain * test/Makefile.am: Update to produce .so files (Problem reported and solution reported by Michael.Wilson@bull.net) --- tests/Makefile.am | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index b4e804c..8e3317f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ -noinst_LTLIBRARIES = \ +noinst_LTLIBRARIES = \ libteststateset.la \ libtestrelation.la @@ -11,10 +11,16 @@ INCLUDES = -I$(top_srcdir) \ DEPS = \ $(libatk) +moduledir = $(libdir)/gtk-2.0/modules + libteststateset_la_SOURCES = teststateset.c -libteststateset_la_LDFLAGS = -avoid-version \ +libteststateset_la_LDFLAGS = \ + -rpath $(moduledir) \ + -avoid-version \ -module libtestrelation_la_SOURCES = testrelation.c -libtestrelation_la_LDFLAGS = -avoid-version \ +libtestrelation_la_LDFLAGS = \ + -rpath $(moduledir) \ + -avoid-version \ -module -- cgit v1.2.1