* Makefile.am (OMIT_DEPENDENCIES): Defined to "libguile.h ltdl.h". (We don't
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 12 Jun 2000 18:12:51 +0000 (18:12 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 12 Jun 2000 18:12:51 +0000 (18:12 +0000)
want these dependencies recorded, since they would get bogus
relative paths; libguile.h is only used in gh.h and guile.c.)

libguile/Makefile.am

index 36da4b1..a6dd5b2 100644 (file)
@@ -93,7 +93,7 @@ EXTRA_libguile_la_SOURCES = _scm.h            \
     filesys.c posix.c net_db.c socket.c \
     ramap.c unif.c debug-malloc.c
 
-OMIT_DEPENDENCIES = ltdl.h
+OMIT_DEPENDENCIES = libguile.h ltdl.h
 
 ## This is kind of nasty... there are ".c" files that we don't want to
 ## compile, since they are #included in threads.c.  So instead we list