* Makefile.am (libguilereadline_la_SOURCES): removed readline.x
authorMichael Livshin <mlivshin@bigfoot.com>
Thu, 31 May 2001 12:45:07 +0000 (12:45 +0000)
committerMichael Livshin <mlivshin@bigfoot.com>
Thu, 31 May 2001 12:45:07 +0000 (12:45 +0000)
from here (not needed).
(CLEANFILES): added *.x (and removed from DISTCLEANFILES).
(MKDEP): copied from libguile/Makefile.am.  not that it matters
now, but it will if we stop using BUILT_SOURCES for some reason.

guile-readline/ChangeLog
guile-readline/Makefile.am

index b4d3a78..8ae349f 100644 (file)
@@ -1,3 +1,11 @@
+2001-05-31  Michael Livshin  <mlivshin@bigfoot.com>
+
+       * Makefile.am (libguilereadline_la_SOURCES): removed readline.x
+       from here (not needed).
+       (CLEANFILES): added *.x (and removed from DISTCLEANFILES).
+       (MKDEP): copied from libguile/Makefile.am.  not that it matters
+       now, but it will if we stop using BUILT_SOURCES for some reason.
+
 2001-05-24  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
 
        Make it compile with --disable-deprecated.
index 0311a72..0b3038f 100644 (file)
@@ -32,7 +32,7 @@ GUILE_SNARF = ../libguile/guile-snarf
 
 lib_LTLIBRARIES = libguilereadline.la
 
-libguilereadline_la_SOURCES = readline.h readline.c
+libguilereadline_la_SOURCES = readline.c
 
 BUILT_SOURCES = readline.x
 
@@ -48,7 +48,9 @@ SUFFIXES = .x
 
 EXTRA_DIST = readline.scm
 
-DISTCLEANFILES = *.x
+MKDEP = gcc -M -MG $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+
+CLEANFILES = *.x
 
 dist-hook:
        (temp="/tmp/mangle-deps.$$$$"; \