Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
d87285c8
Commit
d87285c8
authored
Oct 04, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Not supposed to build the protogeni subdir unless protogeni is turned
on.
parent
6356721e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
GNUmakefile.in
GNUmakefile.in
+4
-1
No files found.
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
Markdown
is supported
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