diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-10-01 03:21:19 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-10-01 03:21:19 +0000 |
commit | 02f20d67e6b69e3dd8737616257256bb169a1614 (patch) | |
tree | fbc893c1ca31630a86fbc97da8a66645e0360dd7 /m4 | |
parent | aa7b8133041642dd46026521ee4312adbecba9e4 (diff) | |
download | xine-lib-02f20d67e6b69e3dd8737616257256bb169a1614.tar.gz xine-lib-02f20d67e6b69e3dd8737616257256bb169a1614.tar.bz2 |
In the following Makefile.am variable is how to correctly comment out
libraries:
lib_LTLIBRARIES = \
libA.la \
libC.la \
libD.la
# libB.la
Do NOT do:
lib_LTLIBRARIES = \
libA.la \
# libB.la \
libC.la \
libD.la
Commenting out libraries in this way automake appears to get confused. It
does not look at this like a compiler does. It will notice that this is
a comment but it seems to process the '\'. So it will complain about the
Makefile.am variables for libC.la and libD.la (e.g. libC_la_SOURCES) as
being unused.
CVS patchset: 2765
CVS date: 2002/10/01 03:21:19
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions