Skip to content
Snippets Groups Projects
Commit 06fa8210 authored by Mike Hibler's avatar Mike Hibler
Browse files

Missed a PELABSUPPORT change from yesterday

parent 9d530a28
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ SUBDIR =
TESTBED_SRCDIR = @top_srcdir@
DISTCLEAN_FILES = @DISTCLEAN_FILES@
EVENTSYS = @EVENTSYS@
PELABSUPPORT = @PELABSUPPORT@
SYSTEM := $(shell uname -s)
......@@ -93,6 +94,9 @@ endif
@$(MAKE) -C xmlrpc control-install
@$(MAKE) -C tmcd control-install
@$(MAKE) -C account control-install
ifeq ($(PELABSUPPORT),1)
@$(MAKE) -C pelab control-install
endif
fs-install:
@$(MAKE) -C tbsetup fs-install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment