From 81002444d7a00503e9f730cceafe79de16076c77 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 15 Jul 2021 21:51:01 -0700 Subject: [PATCH] Add LTLIBINTL to enable i18n --- daemon/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 45047da..3b1b846 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -25,7 +25,7 @@ x52d_CFLAGS = \ @INIH_CFLAGS@ $(WARN_CFLAGS) x52d_LDFLAGS = @INIH_LIBS@ $(WARN_LDFLAGS) -x52d_LDADD = ../lib/pinelog/libpinelog.la +x52d_LDADD = ../lib/pinelog/libpinelog.la @LTLIBINTL@ EXTRA_DIST = \ x52d_config.def \