Include meson build files into tarball
This commit is contained in:
parent
1eaf180359
commit
94a7e7c6ed
|
@ -22,7 +22,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libpsl.pc
|
||||
|
||||
EXTRA_DIST = build-aux/config.rpath LICENSE
|
||||
EXTRA_DIST = build-aux/config.rpath LICENSE meson.build meson_options.txt
|
||||
dist-hook:
|
||||
mkdir -p $(distdir)/list/tests
|
||||
cp -p $(PSL_FILE) $(distdir)/list
|
||||
|
|
|
@ -52,6 +52,8 @@ endif
|
|||
|
||||
check_PROGRAMS = $(PSL_TESTS)
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
||||
dist-hook:
|
||||
find . -name '*.options' -exec cp -v '{}' $(distdir) ';'
|
||||
find . -name '*.dict' -exec cp -v '{}' $(distdir) ';'
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
include_HEADERS = libpsl.h
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
|
|
@ -21,6 +21,6 @@ libpsl_la_LDFLAGS = -no-undefined -version-info $(LIBPSL_SO_VERSION)
|
|||
suffixes_dafsa.h: $(PSL_FILE) $(srcdir)/psl-make-dafsa
|
||||
$(srcdir)/psl-make-dafsa --output-format=cxx+ "$(PSL_FILE)" suffixes_dafsa.h
|
||||
|
||||
EXTRA_DIST = psl-make-dafsa LICENSE.chromium
|
||||
EXTRA_DIST = psl-make-dafsa LICENSE.chromium meson.build
|
||||
|
||||
dist_man_MANS = psl-make-dafsa.1
|
||||
|
|
|
@ -40,3 +40,5 @@ psl_ascii.dafsa: $(top_srcdir)/list/public_suffix_list.dat
|
|||
|
||||
clean-local:
|
||||
rm -f psl.dafsa psl_ascii.dafsa
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
|
|
@ -4,3 +4,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
|
|||
LDADD = $(top_builddir)/src/libpsl.la
|
||||
|
||||
dist_man_MANS = psl.1
|
||||
|
||||
EXTRA_DIST = meson.build
|
||||
|
|
Loading…
Reference in New Issue