diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-10-15 17:14:39 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-10-24 19:46:33 -0400 |
commit | 7a3e69cfb079c7345f3d9b1217f373a706ba544c (patch) | |
tree | b40a72b6edd35fae872bf8296c7f7d374137a4c3 /Makefile.am | |
parent | e50f645f4cc5bb1db0e025fc6e39c6e84a894c13 (diff) |
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 <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |