Ephoto: Fix typo in commit of vtorri's patches for Windows.

This commit is contained in:
Stephen okra Houston 2016-01-22 15:27:16 -06:00
parent f7de0f1c0f
commit aa2c756ce0
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ have_po="yes"
],[ ],[
have_po="no" have_po="no"
]) ])
AC_SUBST([LTLLIBINTL]) AC_SUBST([LTLIBINTL])
if test "x$LIBINTL" = "x"; then if test "x$LIBINTL" = "x"; then
LIBINTL="$INTLLIBS" LIBINTL="$INTLLIBS"
fi fi

View File

@ -13,7 +13,7 @@ ephoto_CPPFLAGS = \
ephoto_LDADD = @EFL_LIBS@ ephoto_LDADD = @EFL_LIBS@
if HAVE_PO if HAVE_PO
ephoto_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\" ephoto_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\"
ephoto_LDADD += @LIBINTL@ ephoto_LDADD += @LTLIBINTL@
endif endif
ephoto_SOURCES = \ ephoto_SOURCES = \