From: Gábor Gombás <[email protected]> "api" depends on "lib" so "lib" must come first. --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am index 062ba97..1fc41ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ include Makefile.incl ACLOCAL_AMFLAGS = -I m4 if ENABLE_LIBRARIES - API_SUBDIRS = api lib + API_SUBDIRS = lib api endif if ENABLE_SERVER -- 1.6.4.3 _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
