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:
Angus Leeming 2004-03-26 23:45:55 +00:00
parent 9590084489
commit a9f5a1b06b
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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@