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
a9f92d1b
Commit
a9f92d1b
authored
Jan 16, 2018
by
Leigh B Stoller
Browse files
Minor fix.
parent
0245ad9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/lib/event/GNUmakefile.in
View file @
a9f92d1b
...
...
@@ -172,10 +172,10 @@ event_wrap_py.So: $(SRCDIR)/event_wrap_py.c event.h
$(CC) -fpic -DPIC -c $(SWIGCFLAGS) $(CFLAGS_NOWARN) $(PYCORE) -o event_wrap_py.So $<
event.so: event.So event_wrap.So util.So
ld -shared $^ $(PUBSUBLIB)
-lcrypto
-o event.so
ld -shared $^ $(PUBSUBLIB
S
) -o event.so
_tbevent.so: event.So event_wrap_py.So util.So
ld -shared $^ $(PUBSUBLIB)
-lcrypto
-o $@
ld -shared $^ $(PUBSUBLIB
S
) -o $@
LIB_STUFF = event.pm event.so tbevent.py _tbevent.so
...
...
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