diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-06 01:03:19 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-06 01:03:19 +0000 |
commit | c30fb2a44a00e7c63f9ff36d5428d47c0449e59a (patch) | |
tree | c51f747a4727325cf441a8347a85e4309ad6bbe4 /tests | |
parent | d3b1655142c41c1ecd0417b154c99a3c35ec338a (diff) | |
download | atk-c30fb2a44a00e7c63f9ff36d5428d47c0449e59a.tar.gz |
ATK 1.0.0 rc1ATK_1_0_0_RC1
Tue Mar 5 16:54:21 2002 Owen Taylor <otaylor@redhat.com>
* ATK 1.0.0 rc1
* tests/Makefile.am: Don't install libteststateset.la,
libtestrelation.la. (#73655, James Henstridge)
* autogen.sh: Add --enable-gtk-doc
* configure.in: --disable-gtk-doc by default.
* Makefile.am: Add a slightly modified distcheck rule
that passes --enable-gtk-doc to the configure inside.
(So that 'make dist' succeeds inside.)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cb96b4b..b4e804c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ -lib_LTLIBRARIES = \ +noinst_LTLIBRARIES = \ libteststateset.la \ libtestrelation.la |