Commit e940ff42 authored by Lucas Russo's avatar Lucas Russo

examples/Makefile: fix -I flag to /usr/local/include

parent dd1e8379
......@@ -58,7 +58,7 @@ LIBS = -lbpmclient -lerrhand -lhutils -lmlm -lczmq -lzmq
LFLAGS =
# Include directories
INCLUDE_DIRS = -I. -I/usr/local/lib
INCLUDE_DIRS = -I. -I/usr/local/include
# Merge all flags. We expect tghese variables to be appended to the possible
# command-line options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment