From 583f97f2bf7f69ce0428ecc86e4101153ff3b998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Thu, 19 Nov 2015 11:16:16 +0100 Subject: [PATCH] Copy custom PSL file and test file into distribution tarball --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d488ce4..3904754 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,4 +14,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libpsl.pc -EXTRA_DIST = config.rpath LICENSE $(PSL_FILE) list/tests/test_psl.txt +EXTRA_DIST = config.rpath LICENSE +dist-hook: + mkdir -p $(distdir)/list/tests + cp -p $(PSL_FILE) $(distdir)/list + cp -p $(PSL_TESTFILE) $(distdir)/list/tests