Move common panel code from shell/ to panel/common

This creates a new static library called libwidget which the shell links
against.
This commit is contained in:
Benjamin Berg 2018-04-06 13:38:40 +02:00
parent e1593b3c02
commit c2f601a9d4
51 changed files with 88 additions and 73 deletions

View file

@ -28,7 +28,7 @@
#include "panel-common.h"
#include "shell/list-box-helper.h"
#include "list-box-helper.h"
#include "connection-editor/net-connection-editor.h"
#include "connection-editor/ce-page.h"