build fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8969 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2004-09-06 10:17:21 +00:00
parent e094d0df1f
commit 9e5d56f70f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-06 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (INCLUDES): add ${srcdir}/.. to INCLUDES (needed
when building outside of source tree)
2004-09-04 Lars Gullik Bjonnes <larsbj@gullik.net>
* messages.h: new file

View File

@ -6,7 +6,7 @@ man_MANS = lyxclient.1
bin_PROGRAMS = lyxclient
INCLUDES = $(BOOST_INCLUDES)
INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
AM_CXXFLAGS = $(PCH_FLAGS)