summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-07-16 14:47:54 +0000
committerAkira TAGOH <akira@tagoh.org>2006-07-16 14:47:54 +0000
commit229709e2a6739b299816f53c3daaadd24547cb35 (patch)
tree0b3f29145ee95397374c58e14f2e0f3ca82114e5 /src
parent13fcb1803fe03a90290043782e64063bec8424fd (diff)
* hieroglyph/vm.c (hg_vm_new): create an instance of HgLineEdit.
* hieroglyph/hglineedit.[ch]: made a lot of changes to get rid of the libedit dependency directly. * hieroglyph/hgplugins.[ch]: new files. * hieroglyph/hgfile.c (hg_file_object_new): handle an argument as HgLineEdit. * .gdbinit: modified for current object structures. (hgstringprint): implemented. * plugins/libedit/libedit-main.c (plugin_load): implemented. (plugin_unload): implemented.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7f8a644..69f32f1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,6 +32,7 @@ hgspy_bin_LDADD = \
$(HG_MODULE_LIBS) \
$(GTHREAD_LIBS) \
libhgspy.la \
+ $(top_builddir)/hieroglyph/libhieroglyph.la \
$(NULL)
libhgspy_la_SOURCES = \