mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
build fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8969 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e094d0df1f
commit
9e5d56f70f
@ -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
|
||||
|
@ -6,7 +6,7 @@ man_MANS = lyxclient.1
|
||||
|
||||
bin_PROGRAMS = lyxclient
|
||||
|
||||
INCLUDES = $(BOOST_INCLUDES)
|
||||
INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
|
||||
|
||||
AM_CXXFLAGS = $(PCH_FLAGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user