aboutsummaryrefslogtreecommitdiff
path: root/rmidevice
diff options
context:
space:
mode:
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