summaryrefslogtreecommitdiff
path: root/src/gui/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-08-08 21:37:21 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-08-08 21:37:21 (GMT)
commit4370d2d77d623f560c7df94a3bc15b1395e4878b (patch)
tree57cc6268f504c19aaac3b1adda4295ed3b1ddc7f /src/gui/Makefile.am
parent34d28c7418342d3c67be4747b13cdcb124edda32 (diff)
Updated all the code relative to GUI items.
Diffstat (limited to 'src/gui/Makefile.am')
-rw-r--r--src/gui/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am
index 9aceec7..18bda52 100644
--- a/src/gui/Makefile.am
+++ b/src/gui/Makefile.am
@@ -3,9 +3,9 @@ noinst_LTLIBRARIES = libgui.la
libgui_la_SOURCES = \
agroup.h agroup.c \
- editem-int.h \
- editem.h editem.c \
editor.h editor.c \
+ item-int.h \
+ item.h item.c \
panel-int.h \
panel.h panel.c \
status.h status.c \