aboutsummaryrefslogtreecommitdiff
path: root/rmidevice/Makefile
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2014-07-14 12:09:30 -0700
committerAndrew Duggan <aduggan@synaptics.com>2014-07-14 12:09:30 -0700
commit9409ec7a14c654a496d73bd973bbd273e684e03c (patch)
tree5548e36b0bff181edab8e8f7670ac3ffb3d5405b /rmidevice/Makefile
parentfe4fb5ad413ba1f67e4e476d7cbcfe1e0d21481b (diff)
downloadrmi4utils-9409ec7a14c654a496d73bd973bbd273e684e03c.tar.gz
Use the standard environment variable name for preprocessor flags.
Diffstat (limited to 'rmidevice/Makefile')
-rw-r--r--rmidevice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rmidevice/Makefile b/rmidevice/Makefile
index e98edd9..7ab2a40 100644
--- a/rmidevice/Makefile
+++ b/rmidevice/Makefile
@@ -2,8 +2,8 @@ CXX = g++
LD = $(CXX)
AR = ar
RANLIB = ranlib
-INCLUDES = -I../include -I./include
-CXXFLAGS = -fPIC -g -Wall $(INCLUDES)
+CPPFLAGS = -I../include -I./include
+CXXFLAGS = -fPIC -g -Wall
RMIDEVICESRC = rmifunction.cpp rmidevice.cpp hiddevice.cpp
RMIDEVICEOBJ = $(RMIDEVICESRC:.cpp=.o)
LIBNAME = librmidevice.so