>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I have added the lyxclient to the build process. I have also Lars> taken the opurtunity to clean it up a bit. I need the following patch to buld outside of source tree. OK? JMarc
Index: src/client/ChangeLog =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/client/ChangeLog,v retrieving revision 1.1 diff -u -p -r1.1 ChangeLog --- src/client/ChangeLog 4 Sep 2004 12:14:11 -0000 1.1 +++ src/client/ChangeLog 6 Sep 2004 09:48:06 -0000 @@ -1,3 +1,8 @@ +2004-09-06 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> + + * Makefile.am (INCLUDES): add ${srcdir}/.. to INCLUDES (needed + when building outside of source tree) + 2004-09-04 Lars Gullik Bjonnes <[EMAIL PROTECTED]> * messages.h: new file Index: src/client/Makefile.am =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/client/Makefile.am,v retrieving revision 1.1 diff -u -p -r1.1 Makefile.am --- src/client/Makefile.am 4 Sep 2004 12:13:50 -0000 1.1 +++ src/client/Makefile.am 6 Sep 2004 09:48:06 -0000 @@ -6,7 +6,7 @@ man_MANS = lyxclient.1 bin_PROGRAMS = lyxclient -INCLUDES = $(BOOST_INCLUDES) +INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES) AM_CXXFLAGS = $(PCH_FLAGS)