mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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
|
||||
|
||||
scmdir = $(datadir)/guile
|
||||
scm_DATA = readline-activator.scm
|
||||
ice9dir = $(datadir)/guile/$(VERSION)/ice-9
|
||||
ice9_DATA = readline.scm
|
||||
|
||||
SUFFIXES = .x
|
||||
.c.x:
|
||||
$(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