aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-06-10 10:57:35 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-06-10 10:57:35 +0300
commite1f5396ad46bb8629107853ffc1a95246c3a0efc (patch)
treee12b965eff6faa07758a3b12f8b9d0886f44edf9
parent7ca83d316e14d0f6ef6f3aeac55ababedc9beaf6 (diff)
downloadlibmicrohttpd-e1f5396ad46bb8629107853ffc1a95246c3a0efc.tar.gz
libmicrohttpd-e1f5396ad46bb8629107853ffc1a95246c3a0efc.zip
Minor improvement for POTFILES.in building
-rw-r--r--src/microhttpd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/Makefile.am b/src/microhttpd/Makefile.am
index de2e6fda..14ee6c23 100644
--- a/src/microhttpd/Makefile.am
+++ b/src/microhttpd/Makefile.am
@@ -274,9 +274,9 @@ update-po-POTFILES.in: $(top_srcdir)/po/POTFILES.in
274 274
275$(top_srcdir)/po/POTFILES.in: $(srcdir)/Makefile.am 275$(top_srcdir)/po/POTFILES.in: $(srcdir)/Makefile.am
276 @echo "Creating $@" 276 @echo "Creating $@"
277 @echo src/include/microhttpd.h > $@ && \ 277 @echo src/include/microhttpd.h > "$@" && \
278 for src in $(am__libmicrohttpd_la_SOURCES_DIST) ; do \ 278 for src in $(am__libmicrohttpd_la_SOURCES_DIST) ; do \
279 echo "$(subdir)/$$src" >> $@ ; \ 279 echo "$(subdir)/$$src" >> "$@" ; \
280 done 280 done
281 281
282test_start_stop_SOURCES = \ 282test_start_stop_SOURCES = \