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.in | |
parent | 7e8cd2b9ae5af5d0cd32ee1369cbc7a0a35b316c (diff) |
Recurse into 'lib' first; Update makefiles
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1dd25b25..a9245228 100644 --- a/Makefile.in +++ b/Makefile.in @@ -307,7 +307,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ 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 all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |