From 8a3f1e8e7a2e6cb1aa560f6f03c44a1d951af139 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 19 Apr 2011 17:27:02 +0200 Subject: [PATCH] configure.ac: fix make dist --- client/windows/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/windows/Makefile.am b/client/windows/Makefile.am index 041f57bc..6d69511d 100644 --- a/client/windows/Makefile.am +++ b/client/windows/Makefile.am @@ -141,8 +141,7 @@ RED_OGL_SRCS = \ $(CLIENT_DIR)/glc.cpp \ $(CLIENT_DIR)/red_gl_canvas.cpp \ $(CLIENT_DIR)/red_gl_canvas.h \ - $(CLIENT_DIR)/red_pixmap_gl.h \ - red_pixmap_gl.cpp + $(CLIENT_DIR)/red_pixmap_gl.h else RED_OGL_SRCS = endif