From 7e1042edf478fe5c4c5f86f58a12694259612e4c Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 1 Feb 2003 17:50:07 +0000 Subject: [PATCH] * 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. --- libguile/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libguile/Makefile.am b/libguile/Makefile.am index caa1b4c03..f0692d273 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -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