From 7a3e69cfb079c7345f3d9b1217f373a706ba544c Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 15 Oct 2010 17:14:39 -0400 Subject: config: provide a Makefile for the include directory Reduce some complexity in the src makefile as it should not handle sibling directories. Signed-off-by: Gaetan Nadon --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6238176..569341b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Daniel Stone disowns all copyright on this file; no warranty is given as to its # suitability or otherwise. -SUBDIRS = src sxpm cxpm +SUBDIRS = include src sxpm cxpm ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.1