From de38f20e0863e33a2a824380da5aa46b1dc39631 Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 7 Jan 2011 23:58:45 +0200 Subject: allow some build customization also correct a statement in readme. --- plugins/gpu-gles/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/gpu-gles') diff --git a/plugins/gpu-gles/Makefile b/plugins/gpu-gles/Makefile index 1110151..4b61b6f 100644 --- a/plugins/gpu-gles/Makefile +++ b/plugins/gpu-gles/Makefile @@ -24,6 +24,8 @@ LIB = -L$(PREFIX)lib -lGLES_CM -lX11 -lXau -lXdmcp OBJ = gpuDraw.o gpuFps.o gpuPlugin.o gpuPrim.o gpuTexture.o +-include Makefile.local + all: $(TARGET) $(TARGET): $(OBJ) -- cgit v1.2.3