From 6bc9727d3ac615090bf5086cae43d225d3fb552f Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Wed, 1 Aug 2012 13:18:02 +0000 Subject: revert "moved 'colm' dir to 'src'" Colm includes a library component with headers installed to a private dir inside include: $prefix/include/colm. We need our headers to reference each other using this colm prefix. This needs to be true for compiling our source and also for compiling external programs. It is conventient to have all the source in a directory called colm and then to use -I when building colm. We use $prefix/include when building external programs. This reverts commit 247904a84430b8c9151fa6afb68f01b60afb92c9. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0a852f66..60ebe031 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ # ADT install: $(INSTALL_SUBDIRS) # ADT -SUBDIRS = src +SUBDIRS = colm DIST_SUBDIRS = $(SUBDIRS) aapl test dist_doc_DATA = colm.vim -- cgit v1.2.1