summaryrefslogtreecommitdiffstats
path: root/client/windows
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-19 17:27:02 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-02 11:24:43 +0200
commit8a3f1e8e7a2e6cb1aa560f6f03c44a1d951af139 (patch)
tree318d0c75d30a38fef39df64f6dcf7115dc088b22 /client/windows
parent7b0de32423026e2e8238c66a2ab0e19545d1710b (diff)
downloadspice-8a3f1e8e7a2e6cb1aa560f6f03c44a1d951af139.tar.gz
spice-8a3f1e8e7a2e6cb1aa560f6f03c44a1d951af139.tar.xz
spice-8a3f1e8e7a2e6cb1aa560f6f03c44a1d951af139.zip
configure.ac: fix make dist
Diffstat (limited to 'client/windows')
-rw-r--r--client/windows/Makefile.am3
1 files changed, 1 insertions, 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