diff --git a/meson.build b/meson.build index a9e47b3b..ae3f0ac3 100644 --- a/meson.build +++ b/meson.build @@ -265,6 +265,9 @@ pgolib = static_library( 'grid.c', 'grid.h', 'selection.c', 'selection.h', 'terminal.c', 'terminal.h', + 'config.c', 'config.h', + 'user-notification.c', 'user-notification.h', + 'tokenize.c', 'tokenize.h', wl_proto_src + wl_proto_headers, dependencies: [libepoll, pixman, fcft, tllist, wayland_client, xkb, utf8proc], link_with: vtlib,