summaryrefslogtreecommitdiff
path: root/src/glx/Makefile.am
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-03-03 18:43:53 +0100
committerMarek Olšák <marek.olsak@amd.com>2016-04-20 12:18:47 +0200
commit37d3a26bd620703f63673101f4093d13fb97ddef (patch)
tree6f7dd03d13b7c6153a963abd47640e9b41aa3de7 /src/glx/Makefile.am
parentb6eda708431b91a3b568da0efac845c08cb36796 (diff)
glx: implement GLX part of interop interface (v2)
v2: - use const
Diffstat (limited to 'src/glx/Makefile.am')
-rw-r--r--src/glx/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index 00925455b0..d65fb81625 100644
--- a/src/glx/Makefile.am
+++ b/src/glx/Makefile.am
@@ -113,6 +113,7 @@ libglx_la_SOURCES += \
dri_common.c \
dri_common.h \
dri_common_query_renderer.c \
+ dri_common_interop.c \
xfont.c
endif