aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7bb4f1e..ef32b59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,9 +14,9 @@
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with cfpeek. If not, see <http://www.gnu.org/licenses/>. 15# along with cfpeek. If not, see <http://www.gnu.org/licenses/>.
16 16
17ACLOCAL_AMFLAGS = -I grecs/am 17ACLOCAL_AMFLAGS = -I grecs/am -I gint
18 18
19SUBDIRS = grecs src 19SUBDIRS = grecs gint src
20 20
21.PHONY: ChangeLog 21.PHONY: ChangeLog
22ChangeLog: 22ChangeLog:

Return to:

Send suggestions and report system problems to the System administrator.