aboutsummaryrefslogtreecommitdiff
path: root/rmidevice
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2014-07-22 10:10:39 -0700
committerAndrew Duggan <aduggan@synaptics.com>2014-07-22 10:10:39 -0700
commit3563d1ac21ecbd303d09208ffb9dc7032222f7ef (patch)
tree1e2f226f881670f12e58b28b264e66fdcace0a14 /rmidevice
parentc7d1643c4afb52575dba505866c3a601ae1d1092 (diff)
downloadrmi4utils-3563d1ac21ecbd303d09208ffb9dc7032222f7ef.tar.gz
Append flags to respect user's env settings
Diffstat (limited to 'rmidevice')
-rw-r--r--rmidevice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rmidevice/Makefile b/rmidevice/Makefile
index e739392..d587200 100644
--- a/rmidevice/Makefile
+++ b/rmidevice/Makefile
@@ -1,8 +1,8 @@
CXX = g++
AR = ar
RANLIB = ranlib
-CPPFLAGS = -I../include -I./include
-CXXFLAGS = -fPIC -g -Wall
+CPPFLAGS += -I../include -I./include
+CXXFLAGS += -fPIC -g -Wall
RMIDEVICESRC = rmifunction.cpp rmidevice.cpp hiddevice.cpp
RMIDEVICEOBJ = $(RMIDEVICESRC:.cpp=.o)
LIBNAME = librmidevice.so