From 0a191ff78cfda93faca9564d0b73aeb53b17670a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 20 Jun 2021 13:49:47 +0200 Subject: [PATCH] libtextstyle: Fix comment. * libtextstyle/lib/Makefile.am: Fix outdated comment. --- libtextstyle/lib/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am index 55916adea..13efd23d0 100644 --- a/libtextstyle/lib/Makefile.am +++ b/libtextstyle/lib/Makefile.am @@ -146,8 +146,7 @@ HEADERS_WITH_EXTERNS = \ # List of declared exported symbols. # We extract it from the header files that get installed. # This file has the same format as the one expected by the libtool option -# '-export-symbols', but we don't use this option, because it may prevent us -# from building some of the unit tests. +# '-export-symbols'. $(srcdir)/libtextstyle.sym.in : $(HEADERS_WITH_EXTERNS) if \ for f in $(HEADERS_WITH_EXTERNS); do \ -- 2.47.3