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
d04958fc
Commit
d04958fc
authored
Sep 24, 2004
by
Leigh B. Stoller
Browse files
Add another dependency so that things build properly on ops node
during ops-install. Ick.
parent
5747dfd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/lib/GNUmakefile.in
View file @
d04958fc
...
...
@@ -109,7 +109,8 @@ LIB_STUFF = event.pm event.so tbevent.py _tbevent.so
install: $(addprefix $(INSTALL_LIBDIR)/, $(LIB_STUFF)) \
$(addprefix $(INSTALL_DIR)/opsdir/lib/, $(LIB_STUFF))
control-install: $(addprefix $(INSTALL_LIBDIR)/, $(LIB_STUFF))
control-install: libevent_r.a \
$(addprefix $(INSTALL_LIBDIR)/, $(LIB_STUFF))
#
# Right now we don't bother with the dynamic libs since all of the existing
...
...
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