summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2003-02-26 17:09:03 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2003-02-26 17:09:03 +0000
commit6487f696b9d812f14714350b107e9577e04aa58b (patch)
treec70f6da42131944fd9dafe7a7dcac9aea65130f9
parentcd96f06d1ec770abd8c11abeafd115e8bd8ebafc (diff)
downloadatk-6487f696b9d812f14714350b107e9577e04aa58b.tar.gz
Update to produce .so files (Problem reported and solution reported by
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)
-rw-r--r--ChangeLog5
-rw-r--r--tests/Makefile.am12
2 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5120710..6c9d866 100644
--- 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)
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