summaryrefslogtreecommitdiff
path: root/src/gtkext/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-09-09 08:41:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-09-09 08:41:59 (GMT)
commitec71086f6dcf69241b586f1e48e7d656dda11a6c (patch)
tree4a5cfbbe76d9407997b6b6e8f4b8e0893ddb259d /src/gtkext/Makefile.am
parente3ce461fec70fd638b415edef4ce3aa9d939d772 (diff)
Restore the status bar at the bottom of the main window.
Diffstat (limited to 'src/gtkext/Makefile.am')
-rw-r--r--src/gtkext/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am
index 9f32c7c..2a2738a 100644
--- a/src/gtkext/Makefile.am
+++ b/src/gtkext/Makefile.am
@@ -14,7 +14,6 @@ libgtkext_la_SOURCES = \
gtkdockable-int.h \
gtkdockable.h gtkdockable.c \
gtkgraphdisplay.h gtkgraphdisplay.c \
- statusstack.h statusstack.c \
hexdisplay.h hexdisplay.c \
named-int.h \
named.h named.c \
@@ -29,7 +28,8 @@ libgtkext_la_CFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
RES_FILES = \
hexview.css \
- hexview.ui
+ hexview.ui \
+ statusstack.ui
libgtkext4_la_SOURCES = \
area-int.h \
@@ -47,7 +47,8 @@ libgtkext4_la_SOURCES = \
hexview.h hexview.c \
panel-int.h \
panel.h panel.c \
- resources.h resources.c
+ resources.h resources.c \
+ statusstack.h statusstack.c
libgtkext4_la_CFLAGS = $(LIBGTK4_CFLAGS)