build: add missing gnulib libs

* src/local.mk (LDADD): Here.
This commit is contained in:
Akim Demaille
2018-10-07 14:18:09 +02:00
parent 1cb6c26b4f
commit f3d09f3108

View File

@@ -13,7 +13,15 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
LDADD = lib/libbison.a $(LIBINTL)
LDADD = \
$(ISNAND_LIBM) \
$(ISNANF_LIBM) \
$(ISNANL_LIBM) \
$(LDEXPL_LIBM) \
$(LDEXP_LIBM) \
$(LIBINTL) \
$(LIBTHREAD) \
lib/libbison.a
bin_PROGRAMS = src/bison
# Prettify Automake-computed names of compiled objects.