Try to detect when people are using one version of libguile and a
[bpt/guile.git] / ice-9 / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2
3 AUTOMAKE_OPTIONS = foreign
4
5 # These should be installed and distributed.
6 ice9_sources = boot-9.scm debug.scm expect.scm hcons.scm lineio.scm \
7 mapping.scm poe.scm regex.scm slib.scm tags.scm threads.scm r4rs.scm
8
9 # These should be installed, but not distributed.
10 ice9_generated = version.scm
11
12 subpkgdatadir = $(pkgdatadir)/$(VERSION)/ice-9
13 subpkgdata_DATA = $(ice9_sources) $(ice9_generated)
14 ETAGS_ARGS = $(subpkgdata_DATA)
15
16 ## test.scm is not currently installed.
17 EXTRA_DIST = $(ice9_sources) test.scm version.scm.in