ephoto: use libintl without requiring libtool

This fixes compilation on Mac OS X

Fixes T4460
This commit is contained in:
Jean Guyomarc'h 2016-08-30 13:09:15 +02:00 committed by Jean Guyomarc'h
parent 950f16af06
commit 5396e78636
1 changed files with 2 additions and 2 deletions

View File

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