diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-10-01 18:40:15 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-10-01 18:40:15 +0000 |
commit | 5bee8df0f34c79aa85e94d4bad8364ae8735207e (patch) | |
tree | 546a81d6fa9d388f92100ba38b5de816e5656ce6 /Makefile.am | |
parent | c89924f59cf27b9aad177674693e8160697867ad (diff) | |
download | ATCD-5bee8df0f34c79aa85e94d4bad8364ae8735207e.tar.gz |
ChangeLogTag: Fri Oct 1 11:35:59 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fa377bd2581..8a3f5f58ac6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,10 @@ SUBDIRS = \ ## ASNMP \ ## websvcs +if BUILD_KOKYU +SUBDIRS += Kokyu +endif + if BUILD_TAO SUBDIRS += TAO endif |