From 5396e78636e299691c62a9ff4ff7402bcf257cfa Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Tue, 30 Aug 2016 13:09:15 +0200 Subject: [PATCH] ephoto: use libintl without requiring libtool This fixes compilation on Mac OS X Fixes T4460 --- src/bin/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 68346a5..50d0d34 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -16,7 +16,7 @@ ephoto_CPPFLAGS = \ ephoto_LDADD = @EFL_LIBS@ if HAVE_PO ephoto_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\" -ephoto_LDADD += @LTLIBINTL@ +ephoto_LDADD += @LIBINTL@ endif ephoto_SOURCES = \ @@ -59,7 +59,7 @@ ephoto_thumbnail_LDADD += -lws2_32 endif if HAVE_PO -ephoto_thumbnail_LDADD += @LTLIBINTL@ +ephoto_thumbnail_LDADD += @LIBINTL@ endif ephoto_thumbnail_SOURCES = \