Skip to content
Snippets Groups Projects
Commit 6f915064 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Move the pubsub locations to /usr/local/include/pubsub and

/usr/local/lib since pubsub will not be part of the testbed tree.
parent 35c790eb
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ SUBDIR = event/lib
include $(OBJDIR)/Makeconf
PUBSUBFLAGS = -I$(SRCDIR)/../../pubsub
PUBSUBMTFLAGS = -I$(SRCDIR)/../../pubsub
PUBSUBLIB = -L../../pubsub -lpubsub
PUBSUBFLAGS = -I/usr/local/include/pubsub
PUBSUBMTFLAGS = -I/usr/local/include/pubsub
PUBSUBLIB = -lpubsub
#PUBSUBFLAGS = `$(ELVIN_CONFIG) --cflags vin4c`
#PUBSUBMTFLAGS = `$(ELVIN_CONFIG) --cflags vin4mt`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment