From aa2c756ce054a64369122a3f19dc38d496a7ca81 Mon Sep 17 00:00:00 2001 From: Stephen okra Houston Date: Fri, 22 Jan 2016 15:27:16 -0600 Subject: [PATCH] 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 = \