Build libtray and libtidy as uninstalled convenience libraries as intended

Move libtidy and libtray from lib_LTLIBRARIES to noinst_LTLIBRARIES; this keeps
automake from passing an -rpath when building them, which in turn convinces
libtool to build them as convenience libraries rather than shared objects.

svn path=/trunk/; revision=55
This commit is contained in:
Owen Taylor 2008-11-18 01:13:53 +00:00
parent 0c9468f139
commit 2253f8bf2c
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ tidy-enum-types.c: stamp-tidy-enum-types.h tidy/tidy-enum-types.c.in
cp xgen-tetc tidy-enum-types.c && \
rm -f xgen-tetc
lib_LTLIBRARIES = libtidy-1.0.la
noinst_LTLIBRARIES = libtidy-1.0.la
libtidy_1_0_la_LIBADD = $(TIDY_LIBS)
libtidy_1_0_la_SOURCES = \

View File

@ -41,7 +41,7 @@ na-marshal.c: Makefile tray/na-marshal.list
cp -f xgen-tmc na-marshal.c && \
rm -f xgen-tmc
lib_LTLIBRARIES += libtray.la
noinst_LTLIBRARIES += libtray.la
libtray_la_LIBADD = $(TRAY_LIBS)
libtray_la_SOURCES = \