diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-06-01 13:27:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-06-01 13:27:50 (GMT) |
commit | 07333983ff99b22994a79c8a7cbf4fad0b80158f (patch) | |
tree | ea38a27b114212b662f31feadfe2db1347a53148 /src/gui/dialogs/Makefile.am | |
parent | bde358e3a0b8333fd796c89a3be998d8ad5b1826 (diff) |
Build a static image for the About dialog box background.gtk4
Diffstat (limited to 'src/gui/dialogs/Makefile.am')
-rw-r--r-- | src/gui/dialogs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/dialogs/Makefile.am b/src/gui/dialogs/Makefile.am index e910c96..3492f63 100644 --- a/src/gui/dialogs/Makefile.am +++ b/src/gui/dialogs/Makefile.am @@ -3,7 +3,9 @@ BUILT_SOURCES = resources.h resources.c noinst_LTLIBRARIES = libguidialogs.la + UI_FILES = \ + about.css \ about.ui \ preferences.ui # bookmark.ui \ |