diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4c8ed7d7e..504401230 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,10 @@ if USE_UML SUBDIRS += dumm endif +if USE_FAST + SUBDIRS += libfast +endif + if USE_MANAGER SUBDIRS += manager endif |