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
af7a50b4
Commit
af7a50b4
authored
Jul 19, 2011
by
Leigh B Stoller
Browse files
Checkpoint event/delay-agent move.
parent
62e9c8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/event/delay-agent/GNUmakefile.in
View file @
af7a50b4
...
...
@@ -3,11 +3,10 @@
# Copyright (c) 2000-2011 University of Utah and the Flux Group.
# All rights reserved.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR =
../..
SUBDIR =
event/delay-agent
OBJDIR =
@top_builddir@
SUBDIR =
$(subst $(TESTBED_SRCDIR)/,,$(SRCDIR))
include $(OBJDIR)/Makeconf
...
...
@@ -33,6 +32,9 @@ delay-agent: $(OBJS)
$(OBJS): main.h $(OBJDIR)/lib/event/libevent.a
install:
boss-install:
client: delay-agent
client-install: client
$(INSTALL_PROGRAM) -s delay-agent$(EXE) $(DESTDIR)$(CLIENT_BINDIR)/delay-agent$(EXE)
...
...
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