mirror of https://github.com/nirenjan/libx52.git
Fix linking with libintl on macOS
parent
3225d37e6e
commit
abc74d6e37
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue