diff options
author | Bdale Garbee <bdale@gag.com> | 2009-06-04 13:07:10 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-06-04 13:07:10 -0600 |
commit | 176052b7c14fcad067835ecb550778faf67cf4da (patch) | |
tree | a818544cb9eb9751476e5243243f2614e3454abb | |
parent | 208bc15714c7b4020c017eef19011c4eb9ab51e2 (diff) |
add lib to the front of the subdir list
-rw-r--r-- | cctools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |