wok annotate libee/stuff/libee-build-fix.patch @ rev 19159

/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 26 20:16:45 2016 +0300 (2016-05-26)
parents
children
rev   line source
erjo@11414 1 --- libee-0.3.2-ori/src/Makefile.am
erjo@11414 2 +++ libee-0.3.2/src/Makefile.am
erjo@11414 3 @@ -39,6 +39,6 @@
erjo@11414 4
erjo@11414 5 convert_SOURCES = convert.c
erjo@11414 6 convert_CPPFLAGS = -I$(top_srcdir) $(LIBEE_CFLAGS) $(LIBESTR_CFLAGS) $(LIBXML2_CFLAGS)
erjo@11414 7 -convert_LDADD = $(LIBEE_LIBS) $(LIBXML2_LIBS) $(LIBESTR_LIBS)
erjo@11414 8 +convert_LDADD = libee.la $(LIBXML2_LIBS) $(LIBESTR_LIBS)
erjo@11414 9
erjo@11414 10 include_HEADERS =