diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-04 07:05:27 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-04 07:05:27 (GMT) |
commit | c928f8abb669d37e77bd9056240074941a945bb9 (patch) | |
tree | 38d1511a653d40bc241dc039e97d8503c0d41f6c /src/gtkext | |
parent | 97418f264d6acdb838f7f1f09ed0bbdaba1f931c (diff) |
Include a missing header in Makefile.
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am index fd6c575..4590aa6 100644 --- a/src/gtkext/Makefile.am +++ b/src/gtkext/Makefile.am @@ -48,6 +48,7 @@ libgtkext4_la_SOURCES = \ panel-int.h \ panel.h panel.c \ resources.h resources.c \ + statusstack-int.h \ statusstack.h statusstack.c libgtkext4_la_CFLAGS = $(LIBGTK4_CFLAGS) |