summaryrefslogtreecommitdiff
path: root/src/gui/panels/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-04-09 07:52:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-04-09 07:59:29 (GMT)
commitacc7b5f33e93bae3bf43e8f029976b7f74260b52 (patch)
treec0ea91ef69efb8300e97dacb65b3eeebd95f112a /src/gui/panels/Makefile.am
parentebe248fe406de9565c8c7787187a1d439e68cd84 (diff)
Provided a tree panel to inspect binary content.
Diffstat (limited to 'src/gui/panels/Makefile.am')
-rw-r--r--src/gui/panels/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/panels/Makefile.am b/src/gui/panels/Makefile.am
index bd4572d..7dc1cc5 100644
--- a/src/gui/panels/Makefile.am
+++ b/src/gui/panels/Makefile.am
@@ -4,9 +4,11 @@ BUILT_SOURCES = resources.h resources.c
noinst_LTLIBRARIES = libguipanels.la
UI_FILES = \
+ bintree.ui \
welcome.ui
libguipanels_la_SOURCES = \
+ bintree.h bintree.c \
bookmarks.h bookmarks.c \
glance.h glance.c \
history.h history.c \