aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPhaeodaria <phaeodaria@xbmc.org>2011-01-28 14:42:36 -0800
committerPhaeodaria <phaeodaria@xbmc.org>2011-01-28 14:42:36 -0800
commit527ece2167891d391dd003eb858a61459861150e (patch)
treed9dd3d66d8f7fce9b986ae300c23a4fdbff7dabc /Makefile.in
parent0e00f8387c93935f116b93585ebf87f714ebada9 (diff)
fixed: adopted Makefile to reflect windowing_gles -> windowing_egl change
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3d1e1396d4..156d894e8c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -79,7 +79,7 @@ BIN_DIRS += xbmc/rendering/gl
endif
ifeq (@USE_OPENGLES@,1)
BIN_DIRS += xbmc/rendering/gles
-BIN_DIRS += xbmc/windowing/gles
+BIN_DIRS += xbmc/windowing/egl
endif
ifeq ($(findstring osx,$(ARCH)),osx)
@@ -300,7 +300,7 @@ xbmc/rendering/gles/rendering_gles.a: force
$(MAKE) -C xbmc/rendering/gles
xbmc/windowing/windowing.a: force
$(MAKE) -C xbmc/windowing
-xbmc/windowing/gles/windowing_egl.a: force
+xbmc/windowing/egl/windowing_egl.a: force
$(MAKE) -C xbmc/windowing/egl
xbmc/windowing/X11/windowing_X11.a: force
$(MAKE) -C xbmc/windowing/X11