From 513c96ecb22e7cd376b56a4fb0f7c6eaa60e9822 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 4 May 2013 16:20:40 +0200 Subject: [PATCH] Makefile.am: add missing configuration for src/include to fix autogen.sh --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0862a24..55e32fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ auxdir = @ac_aux_dir@ AUTOMAKE_OPTIONS = 1.8 dist-bzip2 foreign nostdinc no-dist-gzip -SUBDIRS = $(auxdir) html src +SUBDIRS = $(auxdir) html src src/include EXTRA_DIST = AUTHORS COPYING ChangeLog VERSION distromatic.conf