diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ UNAME := $(shell uname) # Compilation flags, etc. -CFLAGS := -g3 -fPIC -Wall -std=c99 -I${LIBHAL_SRC} +CFLAGS += -g3 -fPIC -Wall -std=c99 -I${LIBHAL_SRC} LIBS := ${LIBHAL_BLD}/libhal.a ${LIBTFM_BLD}/libtfm.a # At present, the RPC daemon works on Linux but not on OSX, because the current daemon |