mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
* Makefile.am: move built files to nodist_ targets so they don't
end up in the dist tarfile. (modinclude_HEADERS): remove version.h and scmconfig.h. (nodist_modinclude_HEADERS): add version.h and scmconfig.h.
This commit is contained in:
parent
c95fefb43f
commit
7e1042edf4
1 changed files with 4 additions and 3 deletions
|
@ -132,12 +132,13 @@ modinclude_HEADERS = \
|
|||
iselect.h keywords.h lang.h list.h load.h macros.h mallocs.h modules.h \
|
||||
net_db.h numbers.h objects.h objprop.h options.h pairs.h ports.h posix.h \
|
||||
regex-posix.h print.h procprop.h procs.h properties.h random.h ramap.h \
|
||||
rdelim.h read.h root.h rw.h scmconfig.h scmsigs.h validate.h \
|
||||
rdelim.h read.h root.h rw.h scmsigs.h validate.h \
|
||||
script.h simpos.h smob.h \
|
||||
snarf.h socket.h sort.h srcprop.h stackchk.h stacks.h stime.h strings.h \
|
||||
strop.h strorder.h strports.h struct.h symbols.h tags.h threads.h \
|
||||
throw.h unif.h values.h variable.h vectors.h version.h vports.h weaks.h \
|
||||
scmconfig.h
|
||||
throw.h unif.h values.h variable.h vectors.h vports.h weaks.h
|
||||
|
||||
nodist_modinclude_HEADERS = version.h scmconfig.h
|
||||
|
||||
bin_SCRIPTS = guile-snarf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue