* libtextstyle/lib/Makefile.am (libtextstyle_la_LDFLAGS): Add '-no-undefined',
needed for building on older versions of AIX and useful to verify no undefined
symbols are used by mistake. Add '-export-symbols', to reduce the loading time
of the shared library.
# How to build libtextstyle.la.
libtextstyle_la_LDFLAGS += \
+ -no-undefined \
+ -export-symbols $(srcdir)/libtextstyle.sym \
-version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
-rpath $(libdir)
# Use the C++ compiler only when needed.