>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> looks like a big patch, but really it just moves the code into a
John> better place ...
Applied. Note that I left out the following chunk, which causes
problems here:
--- frontends/Makefile.am 2001/06/25 00:06:21 1.19
+++ frontends/Makefile.am 2001/11/23 11:34:01
@@ -11,15 +11,18 @@
LIBS =
noinst_LTLIBRARIES = libfrontends.la
-libfrontends_la_LIBADD= @FRONTEND_GUILIB@ \
+libfrontends_la_LIBADD= @FRONTEND_GUILIB@ xforms/libxforms.la \
support/libfrontendsupport.la \
controllers/libcontrollers.la
-libfrontends_la_DEPENDENCIES = @FRONTEND_GUILIB@ \
+libfrontends_la_DEPENDENCIES = @FRONTEND_GUILIB@ xforms/libxforms.la \
support/libfrontendsupport.la \
controllers/libcontrollers.la
JMarc