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

v-1.6.0
Stephen okra Houston 7 years ago
parent f7de0f1c0f
commit aa2c756ce0
  1. 2
      configure.ac
  2. 2
      src/bin/Makefile.am

@ -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

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

Loading…
Cancel
Save