From 2a4398d1ff769a340971b7c629eedc373beda1ca Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Fri, 11 Mar 2011 19:20:39 -0500 Subject: [PATCH] Makes sure COPYING.RUNTIME ends up in the distribution. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index b4b5bc3..a86d701 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,3 @@ SUBDIRS = src test + +dist_noinst_DATA = COPYING.RUNTIME -- 2.34.1