mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
make dist fixes
This commit is contained in:
+2
-2
@@ -192,8 +192,8 @@ dist-po: po/Makefile $(PO_MAIN_FILES)
|
||||
$(am__cd) po && $(MAKE) $(AM_MAKEFLAGS) distdir="$$rel_distsubdir" distdir
|
||||
|
||||
$(srcdir_po)/POTFILES.in: $(top_srcdir)/src/microhttpd/Makefile.am
|
||||
@echo "cd $(top_builddir)/src/microhttpd && $(MAKE) $(AM_MAKEFLAGS) update-po-POTFILES.in" && \
|
||||
$(am__cd) '$(top_builddir)/src/microhttpd' && $(MAKE) $(AM_MAKEFLAGS) update-po-POTFILES.in
|
||||
@echo "cd $(top_builddir)/src/mhd2 && $(MAKE) $(AM_MAKEFLAGS) update-po-POTFILES.in" && \
|
||||
$(am__cd) '$(top_builddir)/src/mhd2' && $(MAKE) $(AM_MAKEFLAGS) update-po-POTFILES.in
|
||||
|
||||
AUTOPOINT = autopoint
|
||||
AUTOPOINT_FLAGS =
|
||||
|
||||
@@ -176,3 +176,12 @@ $(CONFIG_HEADER): $(builddir)/../incl_priv/mhd_config.h.in $(top_srcdir)/configu
|
||||
$(builddir)/../incl_priv/mhd_config.h.in: $(top_srcdir)/configure.ac
|
||||
@echo "cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh" && \
|
||||
$(am__cd) $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
update-po-POTFILES.in: $(top_srcdir)/po/POTFILES.in
|
||||
|
||||
$(top_srcdir)/po/POTFILES.in: $(srcdir)/Makefile.am
|
||||
@echo "Creating $@"
|
||||
@echo src/include/microhttpd2.h > "$@" && \
|
||||
for src in $(am__libmicrohttpd2_la_SOURCES_DIST) ; do \
|
||||
echo "$(subdir)/$$src" >> "$@" ; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user