summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2019-03-30 11:56:12 +0100
committerChristoph Reiter <creiter@src.gnome.org>2019-03-30 11:57:50 +0100
commit15a7a93d10a2bda5d5836d7b16df4959bf058edd (patch)
tree43afffd793b26f79237b28b8d4e7e79bef6fe662
parent352c8180d08ae0cca3de05f7bb94b4a5821a70b6 (diff)
downloadgtk+-15a7a93d10a2bda5d5836d7b16df4959bf058edd.tar.gz
build: Add missing sources for the GdkX11 gir build
Noticed while diffing .gir files with the meson port.
-rw-r--r--gdk/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index e25b57ba50..ecbc63d229 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -274,8 +274,10 @@ x11_introspection_files = \
x11/gdkeventsource.c \
x11/gdkeventtranslator.c \
x11/gdkgeometry-x11.c \
+ x11/gdkglcontext-x11.c \
x11/gdkkeys-x11.c \
x11/gdkmain-x11.c \
+ x11/gdkmonitor-x11.c \
x11/gdkproperty-x11.c \
x11/gdkscreen-x11.c \
x11/gdkselection-x11.c \
@@ -298,7 +300,9 @@ x11_introspection_files = \
x11/gdkx11display.h \
x11/gdkx11displaymanager.h \
x11/gdkx11dnd.h \
+ x11/gdkx11glcontext.h \
x11/gdkx11keys.h \
+ x11/gdkx11monitor.h \
x11/gdkx11property.h \
x11/gdkx11screen.h \
x11/gdkx11selection.h \