okra pushed a commit to branch master.

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

commit aa2c756ce054a64369122a3f19dc38d496a7ca81
Author: Stephen okra Houston <smhousto...@gmail.com>
Date:   Fri Jan 22 15:27:16 2016 -0600

    Ephoto: Fix typo in commit of vtorri's patches for Windows.
---
 configure.ac        | 2 +-
 src/bin/Makefile.am | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a78d3f1..918ce1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ have_po="yes"
 ],[
 have_po="no"
 ])
-AC_SUBST([LTLLIBINTL])
+AC_SUBST([LTLIBINTL])
 if test "x$LIBINTL" = "x"; then
   LIBINTL="$INTLLIBS"
 fi
diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am
index cefe3b6..f9bbdef 100644
--- a/src/bin/Makefile.am
+++ b/src/bin/Makefile.am
@@ -13,7 +13,7 @@ ephoto_CPPFLAGS = \
 ephoto_LDADD = @EFL_LIBS@
 if HAVE_PO
 ephoto_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\"
-ephoto_LDADD += @LIBINTL@
+ephoto_LDADD += @LTLIBINTL@
 endif
 
 ephoto_SOURCES = \

-- 


Reply via email to