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:
parent
0c9468f139
commit
2253f8bf2c
@ -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 = \
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user