aboutsummaryrefslogtreecommitdiff
path: root/xbmc/windowing/egl/Makefile
blob: 01b27652a5d10cacf5676fbc7d33be01462f9e4b (plain)
1
2
3
4
5
6
7
8
9
INCLUDES=-I. -I../.. -I../../linux

SRCS=WinBindingEGL.cpp \
     WinSystemGLES.cpp \
     
LIB=windowing_egl.a

include ../../../Makefile.include
-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))