summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2010-04-04 14:13:06 +0300
committerUri Lublin <uril@redhat.com>2010-04-04 14:13:06 +0300
commit8700336b9788471f7380cc7049d32a88ca8be7df (patch)
treea559fc3936e6ede30dc2715af479a31ba12ee29f
parent0803fa692d76f2b1021f62e3d2dbed581de46ec8 (diff)
downloadspice-8700336b9788471f7380cc7049d32a88ca8be7df.tar.gz
spice-8700336b9788471f7380cc7049d32a88ca8be7df.tar.xz
spice-8700336b9788471f7380cc7049d32a88ca8be7df.zip
client: Add glext_proto.h file to client/Makefile.am #576639
To make client/Makefile.am and "make dist" consistent. Related to commit 56196e79bb4404c60fc8e0431c2506e495c9a0d8
-rw-r--r--client/Makefile.am1
-rw-r--r--client/x11/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 5a916e8b..cf5e3738 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -35,6 +35,7 @@ RED_COMMON_SRCS = \
red_gl_canvas.h \
gl_canvas.cpp \
glc.cpp \
+ glext_proto.h \
glz_decoded_image.h \
glz_decoder_config.h \
glz_decoder.cpp \
diff --git a/client/x11/Makefile.am b/client/x11/Makefile.am
index b964177d..327733c5 100644
--- a/client/x11/Makefile.am
+++ b/client/x11/Makefile.am
@@ -60,6 +60,7 @@ RED_COMMON_SRCS = \
$(CLIENT_DIR)/red_gl_canvas.h \
$(CLIENT_DIR)/gl_canvas.cpp \
$(CLIENT_DIR)/glc.cpp \
+ $(CLIENT_DIR)/glext_proto.h \
$(CLIENT_DIR)/glz_decoded_image.h \
$(CLIENT_DIR)/glz_decoder_config.h \
$(CLIENT_DIR)/glz_decoder.cpp \