>From e623b629265b435e2107b9b99e8151f4fba63323 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 10 May 2020 17:54:59 +0200 Subject: [PATCH] Fix wrong rpath in poke/.libs/lt-poke. * poke/Makefile.am (poke_LDADD): Use LTLIBTEXTSTYLE, not LIBTEXTSTYLE. --- ChangeLog | 5 +++++ poke/Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c316559..80c6ce0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-05-10 Bruno Haible + + Fix wrong rpath in poke/.libs/lt-poke. + * poke/Makefile.am (poke_LDADD): Use LTLIBTEXTSTYLE, not LIBTEXTSTYLE. + 2020-05-09 Jose E. Marchesi * doc/poke.texi (MI Requests): New section. diff --git a/poke/Makefile.am b/poke/Makefile.am index 589e1fc..62a9a2d 100644 --- a/poke/Makefile.am +++ b/poke/Makefile.am @@ -48,10 +48,10 @@ poke_LDADD = $(top_builddir)/gl/libgnu.la \ $(top_builddir)/libpoke/libpoke.la \ $(LTLIBREADLINE) \ $(JITTER_LDADD) \ - $(LIBTEXTSTYLE) + $(LTLIBTEXTSTYLE) poke_LDFLAGS = -# Machine inteface +# Machine interface if POKE_MI poke_SOURCES += pk-mi.c pk-mi.h \ pk-mi-msg.c pk-mi-msg.h \ -- 2.7.4