Skip to content

Commit

Permalink
Merge pull request #3 from tejonbiker/master
Browse files Browse the repository at this point in the history
Fix the folder vmcs_host
  • Loading branch information
dff180 committed Jul 18, 2013
2 parents 15cd6c2 + 86c406b commit 3fd7661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC=g++
CFLAGS=-c -g -Wall -O3 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads
CFLAGS=-c -g -Wall -O3 -I/opt/vc/include -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux
LDFLAGS=-L/opt/vc/lib -lGLESv2 -lEGL -lopenmaxil -lbcm_host -lSOIL
SOURCES=EGLConfig.cpp EGLWindow.cpp main.cpp MyGLWindow.cpp shader_utils.cpp
OBJECTS=$(SOURCES:%.cpp=%.o)
Expand Down

0 comments on commit 3fd7661

Please sign in to comment.