diff options
Diffstat (limited to 'gdk/meson.build')
-rw-r--r-- | gdk/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/meson.build b/gdk/meson.build index d1e75ce5b2..88045c38c6 100644 --- a/gdk/meson.build +++ b/gdk/meson.build @@ -3,6 +3,7 @@ gdk_public_sources = files([ 'gdkapplaunchcontext.c', 'gdkcairo.c', 'gdkclipboard.c', + 'gdkcontentdeserializer.c', 'gdkcontentformats.c', 'gdkcursor.c', 'gdkdevice.c', @@ -43,6 +44,7 @@ gdk_public_headers = files([ 'gdkapplaunchcontext.h', 'gdkcairo.h', 'gdkclipboard.h', + 'gdkcontentdeserializer.h', 'gdkcontentformats.h', 'gdkcursor.h', 'gdkdevice.h', |