From 86e42e7030394b58d9b16eddd9ccc90efa3a11b2 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 3 Apr 2006 19:42:16 +0000 Subject: Bug #6480: Cygwin build fix. (Yaakov Selkowitz) --- ChangeLog | 5 +++++ Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 40069ff..9af75f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-03 Adam Jackson + + * Makefile.am: + Bug #6480: Cygwin build fix. (Yaakov Selkowitz) + 2005-12-20 Kevin E. Martin * configure.ac: diff --git a/Makefile.am b/Makefile.am index 4f4c8a5..e2acfbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -105,7 +105,7 @@ libre_a_SOURCES = \ # xedit_CFLAGS = $(XEDIT_CFLAGS) -I$(top_srcdir)/lisp/re -D_BSD_SOURCE -DXEDIT -xedit_LDADD = $(XEDIT_LIBS) libre.a liblisp.a libmp.a -lm +xedit_LDADD = libre.a liblisp.a libmp.a $(XEDIT_LIBS) -lm xedit_SOURCES = \ commands.c \ -- cgit v1.2.3