aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-20 00:31:43 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-20 00:35:02 +0300
commit87e4f1eba3914c29467ed0f75bddc893a4ab0808 (patch)
treec183ccc3c250bab1c44185d2944b18c2f78e0a2f /.gitmodules
parent26e166fd60dc9b8a9996073c10686f6c20134f5a (diff)
downloadcfpeek-87e4f1eba3914c29467ed0f75bddc893a4ab0808.tar.gz
cfpeek-87e4f1eba3914c29467ed0f75bddc893a4ab0808.tar.bz2
Implement scripting.
* gint: New module. * Makefile.am: Update. * configure.ac: Initialize GINT. * src/.gitignore: Update. * src/guile.c: New file. * src/cfpeek.h: New file. * src/script.h: New file. * src/Makefile.am: Update. * src/cfpeek.c: Implement scripting. * src/cmdline.opt: Likewise.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index fea8f96..4aa4638 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "grecs"]
path = grecs
url = git://git.gnu.org.ua/grecs.git
+[submodule "gint"]
+ path = gint
+ url = git://git.gnu.org.ua/gint.git

Return to:

Send suggestions and report system problems to the System administrator.