summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-05-06 09:08:07 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-05-06 09:08:07 +0000
commit2a6ed0aac2b62384d04c717324b2a4f745c6f6da (patch)
tree223fabc35c6a9ab029cff71c7b23c8dab492d420 /testsuites/libtests/Makefile.am
parent2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-2a6ed0aac2b62384d04c717324b2a4f745c6f6da.tar.bz2
2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
* ftp01/.cvsignore, ftp01/Makefile.am, ftp01/ftp01.doc, ftp01/ftp01.scn, ftp01/init.c: New files. * Makefile.am, configure.ac: Reflect changes above.
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index 98c3a30034..a3990325ec 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -18,5 +18,9 @@ SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
math mathf mathl complex \
mouse01
+if NETTESTS
+SUBDIRS += ftp01
+endif
+
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am