From: André Pönitz Date: Thu, 15 May 2003 08:24:20 +0000 (+0000) Subject: * forms/Makefile.am: add -I.. to get access to lyx_forms. X-Git-Tag: 1.6.10~16822 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=004eee4d8e61026245a7f1d3a60d787313ff33cb;p=lyx.git * 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 --- diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 782728700e..67003a7b57 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,8 @@ + +2003-05-15 André Pönitz + + * forms/Makefile.am: add -I.. to get access to lyx_forms.h + 2003-05-14 Lars Gullik Bjønnes * lyx_xpm.h.in: new file diff --git a/src/frontends/xforms/forms/Makefile.am b/src/frontends/xforms/forms/Makefile.am index 4c228b87bc..c037dfb530 100644 --- a/src/frontends/xforms/forms/Makefile.am +++ b/src/frontends/xforms/forms/Makefile.am @@ -5,7 +5,7 @@ MAINTAINERCLEANFILES += *.C *.h *.c EXTRA_DIST = fdfixc.sed fdfixh.sed fdfix.sh README $(SRCS) # 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