From: Bdale Garbee Date: Thu, 4 Jun 2009 19:07:10 +0000 (-0600) Subject: add lib to the front of the subdir list X-Git-Tag: 0.5~56 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=176052b7c14fcad067835ecb550778faf67cf4da;ds=sidebyside add lib to the front of the subdir list --- diff --git a/cctools/Makefile.am b/cctools/Makefile.am index a7bf7fa5..86f2fad5 100644 --- a/cctools/Makefile.am +++ b/cctools/Makefile.am @@ -1 +1 @@ -SUBDIRS=ccload s51 ccmanual ccdump aoload +SUBDIRS=lib ccload s51 ccmanual ccdump aoload