summaryrefslogtreecommitdiffstats
path: root/c/src/exec/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/Makefile.am')
-rw-r--r--c/src/exec/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/c/src/exec/Makefile.am b/c/src/exec/Makefile.am
index c4bbee1556..21dc23fd8e 100644
--- a/c/src/exec/Makefile.am
+++ b/c/src/exec/Makefile.am
@@ -7,15 +7,7 @@ ACLOCAL_AMFLAGS = -I ../../../aclocal
include $(top_srcdir)/../../../automake/multilib.am
-if HAS_POSIX
-POSIX_SUBDIRS = posix
-endif
-
-if HAS_ITRON
-ITRON_SUBDIRS = itron
-endif
-
-SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup
+SUBDIRS = include score rtems sapi @subdirs@ wrapup
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am