mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Ensure that the build can find lyx_forms.h when srcdir != builddir.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8535 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9590084489
commit
a9f5a1b06b
@ -1,3 +1,8 @@
|
||||
2004-03-26 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* Makefile.am: ensure that the build can find lyx_forms.h when
|
||||
srcdir != builddir.
|
||||
|
||||
2004-03-26 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* GLyXKeySym.C (print): new method; print a keysym using
|
||||
|
@ -7,6 +7,7 @@ noinst_LTLIBRARIES = libgtk.la
|
||||
INCLUDES = -I$(top_srcdir)/images -I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/frontends \
|
||||
-I$(top_srcdir)/src/frontends/controllers \
|
||||
-I../xforms \
|
||||
-I$(top_srcdir)/src/frontends/xforms \
|
||||
$(BOOST_INCLUDES) @GTK_FRONTEND_CFLAGS@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user