diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 11:04:18 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 11:04:18 (GMT) |
commit | e16bc694115b5487df601858a471eea34eadc1ba (patch) | |
tree | 55407659053eb906d70ffb1af41530ba6fd6883c /src/gui/panels/Makefile.am | |
parent | 0bec2b96a14da29a680aafe54895fd9cfb3bcf09 (diff) |
Simplify panel handling code.
Diffstat (limited to 'src/gui/panels/Makefile.am')
-rw-r--r-- | src/gui/panels/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/panels/Makefile.am b/src/gui/panels/Makefile.am index 525b1f6..2765405 100644 --- a/src/gui/panels/Makefile.am +++ b/src/gui/panels/Makefile.am @@ -38,7 +38,7 @@ IMG_PATH = ../../../data/images RES_FILES = \ binary.ui \ - binary-props.ui \ + binary-params.ui \ $(IMG_PATH)/binfile-symbolic.svg \ welcome.ui \ welcome-hints.txt \ @@ -47,6 +47,8 @@ RES_FILES = \ libguipanels4_la_SOURCES = \ binary-int.h \ binary.h binary.c \ + binary-params-int.h \ + binary-params.h binary-params.c \ resources.h resources.c \ welcome-int.h \ welcome.h welcome.c |