summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/Makefile.am
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2006-08-08 00:22:15 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2006-08-08 00:22:15 +0000
commit375187b866499e37817e2781e076b3460c2a3a1a (patch)
tree1efec15d9f2924acf739d114ff899758b7e9d6ec /mixgtk/Makefile.am
parentcf35b1165b47dfb4c57cff1014476a3ddc886675 (diff)
downloadmdk-375187b866499e37817e2781e076b3460c2a3a1a.tar.gz
mdk-375187b866499e37817e2781e076b3460c2a3a1a.tar.bz2
External programs management improvement
- External programs (editor and mixasm) execution is more robustly controlled both in mixvm and gmixvm. - In gmixvm the external programs dialog has been revamped: - Only proper paths can be introduced for the executables (via a graphical file chooser). - Flags for mixasm are no longer free text, but a check button. - Internally, the code has been refactored. git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-28
Diffstat (limited to 'mixgtk/Makefile.am')
-rw-r--r--mixgtk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/mixgtk/Makefile.am b/mixgtk/Makefile.am
index 4bd8af6..9fc5b49 100644
--- a/mixgtk/Makefile.am
+++ b/mixgtk/Makefile.am
@@ -34,6 +34,7 @@ bin_PROGRAMS = gmixvm
gmixvm_SOURCES = gmixvm.c mixgtk.h mixgtk.c \
mixgtk_config.h mixgtk_config.c \
mixgtk_gen_handlers.h mixgtk_gen_handlers.c \
+ mixgtk_external.h mixgtk_external.c \
mixgtk_cmd_dispatcher.h mixgtk_cmd_dispatcher.c \
mixgtk_widgets.h mixgtk_widgets.c \
mixgtk_device.h mixgtk_device.c \