Skip to content

Commit

Permalink
move SMC to /opt/smc, fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias Karakoulakis committed Jan 10, 2012
1 parent 839139d commit 6dae0a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ LDFLAGS := $(DEBUG_LDFLAGS)

OPENZWAVE := ../open-zwave
LIBTHRIFT := ../libmicrohttpd/src/daemon/.libs/libmicrohttpd.a
SMC := /opt/smc

INCLUDES := -I $(OPENZWAVE)/cpp/src -I $(OPENZWAVE)/cpp/src/command_classes/ \
-I $(OPENZWAVE)/cpp/src/value_classes/ -I $(OPENZWAVE)/cpp/src/platform/ \
-I $(OPENZWAVE)/cpp/src/platform/unix -I $(OPENZWAVE)/cpp/tinyxml/ \
-I /usr/local/include/thrift -I /home/ekarak/smc_6_0_1/lib/C++/ \
-I /usr/local/include/thrift -I $(SMC)/lib/C++/ \
-I . -I gen-cpp/

# Remove comment below for gnutls support
Expand Down

0 comments on commit 6dae0a3

Please sign in to comment.