summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/Misc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/Misc/Makefile')
-rw-r--r--examples/Service_Configurator/Misc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Service_Configurator/Misc/Makefile b/examples/Service_Configurator/Misc/Makefile
index 0f645f583d8..06688682c87 100644
--- a/examples/Service_Configurator/Misc/Makefile
+++ b/examples/Service_Configurator/Misc/Makefile
@@ -13,10 +13,13 @@
#----------------------------------------------------------------------------
MAKEFILE=Makefile
+ifeq ($(shared_libs),1)
# These examples don't require SSL support... those that do are below.
MKLIST = Makefile.Timer \
Makefile.main
-
+else
+MKLIST =
+endif
## Ensure that Makefiles in MKLIST are executed in sequence during a
## parallel build because we share some files between multiple libraries.