Skip to content

Commit

Permalink
Do not ovewrite CFLAGS
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Ott <alan@signal11.us>
  • Loading branch information
Ludovic Rousseau authored and signal11 committed Oct 9, 2010
1 parent fcec7ca commit b8ceae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/Makefile
Expand Up @@ -13,7 +13,7 @@ CXX=g++
COBJS=hid-libusb.o
CPPOBJS=../hidtest/hidtest.o
OBJS=$(COBJS) $(CPPOBJS)
CFLAGS=-I../hidapi -Wall -g -c `pkg-config libusb-1.0 --cflags`
CFLAGS+=-I../hidapi -Wall -g -c `pkg-config libusb-1.0 --cflags`
LIBS=-ludev `pkg-config libusb-1.0 --libs`


Expand Down

0 comments on commit b8ceae8

Please sign in to comment.