diff options
author | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2018-11-07 21:06:14 -0200 |
---|---|---|
committer | Georges Basile Stavracas Neto <georges.stavracas@gmail.com> | 2018-11-11 23:42:00 -0200 |
commit | 19bd9b8a897a72f484f7f3326671cf6862511905 (patch) | |
tree | f6923c03d8f780b8cbfb8ba193e10a1706c19c33 | |
parent | 62d3fb95ff79783720f5abb2cebb8f04b6d39a3b (diff) | |
download | gnome-control-center-19bd9b8a897a72f484f7f3326671cf6862511905.tar.gz |
build: Add more files to libshelltest
These will be used by the test panels.
-rw-r--r-- | shell/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/meson.build b/shell/meson.build index 702ee699b..667faa9b6 100644 --- a/shell/meson.build +++ b/shell/meson.build @@ -119,9 +119,12 @@ libpanel_loader = static_library( # libshell_test sources = files( + 'cc-application.c', 'cc-log.c', 'cc-panel.c', + 'cc-panel-list.c', 'cc-shell.c', + 'cc-shell-model.c', 'cc-object-storage.c', ) libtestshell = static_library( |