mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
move types.h to libsupport_la_SOURCES
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3104 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9b0945a47f
commit
52e6485462
@ -8,7 +8,7 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost
|
|||||||
INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES)
|
INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES)
|
||||||
|
|
||||||
EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \
|
EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h \
|
||||||
os_unix.C os_win32.C os_os2.C types.h
|
os_unix.C os_win32.C os_os2.C
|
||||||
|
|
||||||
if USE_LYXSTRING
|
if USE_LYXSTRING
|
||||||
LYXSTRING = lyxstring.C lyxstring.h
|
LYXSTRING = lyxstring.C lyxstring.h
|
||||||
@ -69,8 +69,9 @@ libsupport_la_SOURCES = \
|
|||||||
syscontr.h \
|
syscontr.h \
|
||||||
syssingleton.C \
|
syssingleton.C \
|
||||||
tempname.C \
|
tempname.C \
|
||||||
translator.h \
|
|
||||||
textutils.h \
|
textutils.h \
|
||||||
|
translator.h \
|
||||||
|
types.h \
|
||||||
unlink.C \
|
unlink.C \
|
||||||
utility.h
|
utility.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user