diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-05-23 09:53:29 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-05-23 09:53:29 +0000 |
commit | a4f711defb12defc549149db6684b66b445cf7d0 (patch) | |
tree | 0f60379b89f5650c3e79b8857ce22124303e3c0a | |
parent | e7d37b0a69a0caef857c4e81402111ed52906dd4 (diff) | |
download | guile-a4f711defb12defc549149db6684b66b445cf7d0.tar.gz |
* Makefile.am: Removed markers.c, markers.x, markers.h.
-rw-r--r-- | libguile/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 9b26e034e..9121a1a16 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -40,7 +40,7 @@ libguile_la_SOURCES = \ evalext.c feature.c filesys.c fluids.c fports.c gc.c gdbint.c \ genio.c gh_data.c gh_eval.c gh_funcs.c gh_init.c gh_io.c gh_list.c \ gh_predicates.c gsubr.c guardians.c hash.c hashtab.c init.c \ - ioext.c keywords.c list.c load.c macros.c mallocs.c markers.c \ + ioext.c keywords.c list.c load.c macros.c mallocs.c \ modules.c net_db.c numbers.c objects.c objprop.c options.c pairs.c \ ports.c posix.c print.c procprop.c procs.c ramap.c random.c read.c \ root.c scmsigs.c script.c simpos.c smob.c socket.c sort.c \ @@ -55,7 +55,7 @@ BUILT_SOURCES = \ fluids.x fports.x gc.x gdbint.x genio.x gh_data.x gh_eval.x \ gh_funcs.x gh_init.x gh_io.x gh_list.x gh_predicates.x gsubr.x \ guardians.x hash.x hashtab.x init.x ioext.x iselect.x keywords.x \ - list.x load.x macros.x mallocs.x markers.x modules.x net_db.x \ + list.x load.x macros.x mallocs.x modules.x net_db.x \ numbers.x objects.x objprop.x options.x pairs.x ports.x posix.x \ print.x procprop.x procs.x random.x ramap.x read.x regex-posix.x \ root.x scmsigs.x script.x simpos.x smob.x socket.x sort.x \ @@ -90,7 +90,7 @@ modinclude_HEADERS = \ continuations.h debug.h dynl.h dynwind.h eq.h error.h eval.h \ evalext.h feature.h filesys.h fports.h gc.h gdb_interface.h \ gdbint.h genio.h gsubr.h guardians.h hash.h hashtab.h init.h \ - ioext.h keywords.h kw.h list.h load.h macros.h mallocs.h markers.h \ + ioext.h keywords.h kw.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 random.h \ ramap.h read.h root.h scmsigs.h script.h simpos.h smob.h socket.h \ |