Update to produce .so files (Problem reported and solution reported by
authorPadraig O'Briain <padraig.obriain@sun.com>
Wed, 26 Feb 2003 17:09:03 +0000 (17:09 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Wed, 26 Feb 2003 17:09:03 +0000 (17:09 +0000)
2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>

* test/Makefile.am: Update to produce .so files
(Problem reported and solution reported by Michael.Wilson@bull.net)

ChangeLog
tests/Makefile.am

index 5120710..6c9d866 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
 
+       * test/Makefile.am: Update to produce .so files
+       (Problem reported and solution reported by Michael.Wilson@bull.net)
+
+2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
+
        * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object):
        Correct creation of non-AtkGObjectAccessible (bug #107124)
 
index b4e804c..8e3317f 100644 (file)
@@ -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