diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7052905..c1225b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,4 +19,10 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AUTOMAKE_OPTIONS = foreign -SUBDIRS = src man + +if ! HAVE_FT + SUBDIRS = src man +else + SUBDIRS = tests/functional +endif + |