summaryrefslogtreecommitdiff
path: root/src/gui/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-04-09 06:14:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-04-09 06:14:53 (GMT)
commit799edfed201e47b5d16fa811ffc77231695000d7 (patch)
tree5f539bb5498a594db48299fac059f72bcd92df9c /src/gui/Makefile.am
parent010c4d4c07d19ff3f50d0f3caa9fc519ec17df14 (diff)
Introduced a new theme format.
Diffstat (limited to 'src/gui/Makefile.am')
-rw-r--r--src/gui/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am
index 879b42d..9aceec7 100644
--- a/src/gui/Makefile.am
+++ b/src/gui/Makefile.am
@@ -8,7 +8,8 @@ libgui_la_SOURCES = \
editor.h editor.c \
panel-int.h \
panel.h panel.c \
- status.h status.c
+ status.h status.c \
+ theme.h theme.c
libgui_la_LIBADD = \
core/libguicore.la \