Merge pull request #8 from dg0tm/dep_fix

Makefile fixes
pull/9/head
Jonathan Naylor 8 years ago committed by GitHub
commit 112780e7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ export BINDIR := "/usr/bin"
export CXX := $(shell wx-config --cxx)
export CFLAGS := -O2 -Wall $(shell wx-config --cxxflags) -DLOG_DIR='$(LOGDIR)' -DCONF_DIR='$(CONFDIR)' -DDATA_DIR='$(DATADIR)' -DGPIO
export GUILIBS := $(shell wx-config --libs adv,core,base) -lasound -lwiringPi
export GUILIBS := $(shell wx-config --libs adv,core,base) -lasound -lusb-1.0 -lwiringPi
export LIBS := $(shell wx-config --libs base) -lasound -lwiringPi
export LDFLAGS :=

Loading…
Cancel
Save

Powered by TurnKey Linux.