diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 08:48:35 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 08:48:35 (GMT) |
commit | d1665deb8929feeb3df4d8e1913063b8431a6d41 (patch) | |
tree | 852efa21c4a562d2b75e5d77c335b5d9b5638b88 /src/gui/panels/Makefile.am | |
parent | 1b71ebecae1ff0102db5efd31eef14a180214dda (diff) |
Restore the log panel.
Diffstat (limited to 'src/gui/panels/Makefile.am')
-rw-r--r-- | src/gui/panels/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gui/panels/Makefile.am b/src/gui/panels/Makefile.am index 467aae5..ecff6c7 100644 --- a/src/gui/panels/Makefile.am +++ b/src/gui/panels/Makefile.am @@ -11,7 +11,6 @@ UI_FILES = \ errors.ui \ glance.ui \ history.ui \ - logs.ui \ regedit.ui \ strings.ui \ symbols.ui @@ -22,7 +21,6 @@ libguipanels_la_SOURCES = \ errors.h errors.c \ glance.h glance.c \ history.h history.c \ - logs.h logs.c \ regedit.h regedit.c \ resources.h resources.c \ strings.h strings.c \ @@ -40,6 +38,9 @@ RES_FILES = \ binary.ui \ binary-params.ui \ $(IMG_PATH)/binfile-symbolic.svg \ + logs.ui \ + logs-col-icon.ui \ + logs-col-message.ui \ welcome.ui \ welcome-hints.txt \ $(IMG_PATH)/tipoftheday-symbolic.svg @@ -49,6 +50,8 @@ libguipanels4_la_SOURCES = \ binary.h binary.c \ binary-params-int.h \ binary-params.h binary-params.c \ + logs-int.h \ + logs.h logs.c \ resources.h resources.c \ welcome-int.h \ welcome.h welcome.c |