summaryrefslogtreecommitdiff
path: root/libguile/Makefile.am
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-03-30 20:30:42 +0200
committerAndy Wingo <wingo@pobox.com>2018-03-30 20:30:42 +0200
commit4d530a94bbe9be2d54216d07b002e700368d4b28 (patch)
treea1e620fee0f78433ab229151e309ddbc09751eaa /libguile/Makefile.am
parent98fc9c0380e3d47a7100654d3e0c088e7862bc9d (diff)
downloadguile-4d530a94bbe9be2d54216d07b002e700368d4b28.tar.gz
Add instrinsics to runtime
* libguile/intrinsics.c: * libguile/intrinsics.h: New files. * libguile/Makefile.am: * libguile/init.c: Add new files to build.
Diffstat (limited to 'libguile/Makefile.am')
-rw-r--r--libguile/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index a9646d883..b27e183ec 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with Automake to create Makefile.in
##
-## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007,
-## 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2017 Free Software Foundation, Inc.
+## Copyright (C) 1998-2004, 2006-2014, 2016-2018
+## Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -167,6 +167,7 @@ libguile_@GUILE_EFFECTIVE_VERSION@_la_SOURCES = \
init.c \
inline.c \
instructions.c \
+ intrinsics.c \
ioext.c \
keywords.c \
list.c \
@@ -274,6 +275,7 @@ DOT_X_FILES = \
i18n.x \
init.x \
instructions.x \
+ intrinsics.x \
ioext.x \
keywords.x \
list.x \
@@ -626,6 +628,7 @@ modinclude_HEADERS = \
init.h \
inline.h \
instructions.h \
+ intrinsics.h \
ioext.h \
iselect.h \
keywords.h \