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/glibext/Makefile.am | |
parent | 1b71ebecae1ff0102db5efd31eef14a180214dda (diff) |
Restore the log panel.
Diffstat (limited to 'src/glibext/Makefile.am')
-rw-r--r-- | src/glibext/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glibext/Makefile.am b/src/glibext/Makefile.am index f946665..4cf14ef 100644 --- a/src/glibext/Makefile.am +++ b/src/glibext/Makefile.am @@ -43,6 +43,8 @@ libglibext_la_SOURCES = \ hashable-int.h \ hashable.h hashable.c \ helpers.h \ + log-int.h \ + log.h log.c \ objhole-int.h \ objhole.h objhole.c \ portion-int.h \ |