From 004eee4d8e61026245a7f1d3a60d787313ff33cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 15 May 2003 08:24:20 +0000 Subject: [PATCH] * 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 --- src/frontends/xforms/ChangeLog | 5 +++++ src/frontends/xforms/forms/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5