* forms/Makefile.am: add -I.. to get access to lyx_forms.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6967 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-05-15 08:24:20 +00:00
parent 87ab4dc972
commit 004eee4d8e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-15 André Pönitz <poenitz@gmx.net>
* forms/Makefile.am: add -I.. to get access to lyx_forms.h
2003-05-14 Lars Gullik Bjønnes <larsbj@gullik.net> 2003-05-14 Lars Gullik Bjønnes <larsbj@gullik.net>
* lyx_xpm.h.in: new file * lyx_xpm.h.in: new file

View File

@ -5,7 +5,7 @@ MAINTAINERCLEANFILES += *.C *.h *.c
EXTRA_DIST = fdfixc.sed fdfixh.sed fdfix.sh README $(SRCS) EXTRA_DIST = fdfixc.sed fdfixh.sed fdfix.sh README $(SRCS)
# For (forms_fwd.h, forms_gettext.h) and LString.h, respectively. # For (forms_fwd.h, forms_gettext.h) and LString.h, respectively.
INCLUDES = -I$(srcdir)/.. -I$(top_srcdir)/src INCLUDES = -I$(srcdir)/.. -I$(top_srcdir)/src -I..
noinst_LTLIBRARIES = libfdesign.la noinst_LTLIBRARIES = libfdesign.la