Skip to content

Commit

Permalink
fixed lib including
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Aug 4, 2011
1 parent 0568c0d commit 5ef08ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/linux/template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ ifeq ($(ARCH),android)
SYSTEMLIBS += -lstdc++ -lsupc++ -lgcc -lz -lGLESv1_CM -llog -ldl -lm -lc
else
LDFLAGS = -Wl,-rpath=./libs
SYSTEMLIBS += $(shell pkg-config jack glew gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 gstreamer-app-0.10 libudev --libs)
SYSTEMLIBS += -lglut -lGL -lasound -lopenal -lsndfile -lvorbis -lFLAC -logg -lfreeimage -lGLU -lcairo
SYSTEMLIBS += $(shell pkg-config jack glew gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 gstreamer-app-0.10 libudev cairo --libs)
SYSTEMLIBS += -lglut -lGL -lasound -lopenal -lsndfile -lvorbis -lFLAC -logg -lfreeimage -lGLU
endif


Expand Down

0 comments on commit 5ef08ae

Please sign in to comment.