From 65c3919ff49eb589ce114412fa6afbd1c0eaa63f Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 19 Oct 2012 16:35:28 +0200 Subject: [PATCH] Only include doc/ in dist --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c4617c4..a06daf4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,8 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = include lib doc man python tests +SUBDIRS = include lib man python tests +DIST_SUBDIRS = doc pkgconfig_DATA = libnl-3.0.pc \ libnl-route-3.0.pc \ -- 2.40.0