summaryrefslogtreecommitdiff
path: root/src/gui/menus/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-31 21:47:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-31 21:47:47 (GMT)
commit36be37f57a66515444ffbfec6242b991f8346c09 (patch)
tree89fbc849416d59989f4d5569f5fb5e912c99e652 /src/gui/menus/Makefile.am
parent555e12fb47d57f354bcdd7fdd54be7be50eeba4c (diff)
Added a dialog box to jump to a given address
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@314 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/menus/Makefile.am')
-rw-r--r--src/gui/menus/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/menus/Makefile.am b/src/gui/menus/Makefile.am
index 3aebdc0..ba38f0f 100644
--- a/src/gui/menus/Makefile.am
+++ b/src/gui/menus/Makefile.am
@@ -4,6 +4,7 @@ noinst_LTLIBRARIES = libguimenus.la
libguimenus_la_SOURCES = \
binary.h binary.c \
debug.h debug.c \
+ edition.h edition.c \
file.h file.c \
help.h help.c \
menubar.h menubar.c \