Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d87285c8
Commit
d87285c8
authored
Oct 04, 2011
by
Leigh B Stoller
Browse files
Not supposed to build the protogeni subdir unless protogeni is turned
on.
parent
6356721e
Changes
1
Hide whitespace changes
Inline
Side-by-side
GNUmakefile.in
View file @
d87285c8
...
...
@@ -35,10 +35,13 @@ SUBDIRS = \
db assign www @optional_subdirs@ clientside ipod security sensors \
pxe tbsetup account tmcd utils backend tip capture ipod vis \
sensors os xmlrpc install/newnode_sshkeys mote tools/whol \
tools/svn wiki bugdb collab
protogeni
node_usage install
tools/svn wiki bugdb collab node_usage install
ifeq ($(ISMAINSITE),1)
SUBDIRS += tools/rmanage
endif
ifeq ($(PGENISUPPORT),1)
SUBDIRS = protogeni
endif
else
SUBDIRS = db tbsetup account protogeni
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment