mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
* Makefile.am: Do not install and distribute
readline-activator.scm. Install and distribute readline.scm instead.
This commit is contained in:
parent
0ce204b054
commit
370b47a80d
1 changed files with 3 additions and 3 deletions
|
@ -36,11 +36,11 @@ BUILT_SOURCES = readline.x
|
||||||
|
|
||||||
pkginclude_HEADERS = readline.h
|
pkginclude_HEADERS = readline.h
|
||||||
|
|
||||||
scmdir = $(datadir)/guile
|
ice9dir = $(datadir)/guile/$(VERSION)/ice-9
|
||||||
scm_DATA = readline-activator.scm
|
ice9_DATA = readline.scm
|
||||||
|
|
||||||
SUFFIXES = .x
|
SUFFIXES = .x
|
||||||
.c.x:
|
.c.x:
|
||||||
$(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
|
$(GUILE_SNARF) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
|
||||||
|
|
||||||
EXTRA_DIST = readline-activator.scm
|
EXTRA_DIST = readline.scm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue