diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-09-03 06:29:44 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-09-03 06:29:44 (GMT) |
commit | cd583c040d6730d24fdbf4558bd6fdff98303c5b (patch) | |
tree | 94613acf2f910e57fc9dc7ac51af3b93c5757c6e /src/gtkext/Makefile.am | |
parent | ab705b2c7fedce89ff08b36195706b2a1d9e1c42 (diff) |
Rename files.
Diffstat (limited to 'src/gtkext/Makefile.am')
-rw-r--r-- | src/gtkext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/Makefile.am b/src/gtkext/Makefile.am index 57834b2..9f32c7c 100644 --- a/src/gtkext/Makefile.am +++ b/src/gtkext/Makefile.am @@ -14,7 +14,7 @@ libgtkext_la_SOURCES = \ gtkdockable-int.h \ gtkdockable.h gtkdockable.c \ gtkgraphdisplay.h gtkgraphdisplay.c \ - gtkstatusstack.h gtkstatusstack.c \ + statusstack.h statusstack.c \ hexdisplay.h hexdisplay.c \ named-int.h \ named.h named.c \ |