Fix linking with libintl on macOS

reverse-scroll
nirenjan 2021-11-04 11:05:52 -07:00
parent 3225d37e6e
commit abc74d6e37
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ x52ctl_CFLAGS = \
-I $(top_srcdir) \ -I $(top_srcdir) \
$(WARN_CFLAGS) $(WARN_CFLAGS)
x52ctl_LDFLAGS = $(WARN_LDFLAGS) x52ctl_LDFLAGS = $(WARN_LDFLAGS)
x52ctl_LDADD = libx52dcomm.la x52ctl_LDADD = libx52dcomm.la @LTLIBINTL@
x52dconfdir = @sysconfdir@/x52d x52dconfdir = @sysconfdir@/x52d
x52dconf_DATA = daemon/x52d.conf x52dconf_DATA = daemon/x52d.conf