mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
* 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:
parent
87ab4dc972
commit
004eee4d8e
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user