jayji pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=5396e78636e299691c62a9ff4ff7402bcf257cfa

commit 5396e78636e299691c62a9ff4ff7402bcf257cfa
Author: Jean Guyomarc'h <jean.guyoma...@openwide.fr>
Date:   Tue Aug 30 13:09:15 2016 +0200

    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 = \

-- 


Reply via email to