From a85bd6e41f1597c955162b4b3b332a23362f5e1b Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 18 Apr 2016 18:53:26 -0700 Subject: [PATCH] build: ensure COPYING.gpl-2 is bundled in tarballs --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e2d345d3..b919a3f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = daemon data help lib po src tools tests -EXTRA_DIST = AUTHORS tap-test +EXTRA_DIST = AUTHORS tap-test COPYING.gpl-2 DISTCHECK_CONFIGURE_FLAGS = --with-systemdsystemunitdir='$(prefix)/etc/systemd/system'