summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 40069ff..9af75f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-03 Adam Jackson <ajax@freedesktop.org>
+
+ * Makefile.am:
+ Bug #6480: Cygwin build fix. (Yaakov Selkowitz)
+
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* 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 \