diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 2c3ab72b..44a9b836 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,13 @@ # LEVEL = . -DIRS = stp lib tools runtime +include $(LEVEL)/Makefile.config + +DIRS = lib +ifeq ($(ENABLE_EXT_STP),0) + DIRS += stp +endif +DIRS += tools runtime EXTRA_DIST = include # Only build support directories when building unittests. |