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 --- include/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/Makefile.am (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..99970a5 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1 @@ +nobase_include_HEADERS = X11/xpm.h -- cgit v1.2.3