diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-12-08 15:10:06 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:08 +0100 |
commit | 56a9114bbc3160ec25c0ecf0020f85b56830d0cf (patch) | |
tree | b2f1bec8a17860c9520f47e85ed92ba6e444ca92 /Makefile.am | |
parent | 7e8cd2b9ae5af5d0cd32ee1369cbc7a0a35b316c (diff) |
Recurse into 'lib' first; Update makefiles
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 6f0911cd..7e6224bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ EXTRA_DIST = configure m4/gnulib-cache.m4 -SUBDIRS = src data doc doc/examples scripts lib +SUBDIRS = lib src data doc doc/examples scripts ACLOCAL_AMFLAGS = -I m4 |