From 52e64854621103f3a1c264eb9399af93131bca5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 28 Nov 2001 13:15:41 +0000 Subject: [PATCH] move types.h to libsupport_la_SOURCES git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3104 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 76eb046a50..8338d04995 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -8,7 +8,7 @@ BOOST_INCLUDES = -I$(top_srcdir)/boost INCLUDES = -I${srcdir}/../ $(BOOST_INCLUDES) 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 LYXSTRING = lyxstring.C lyxstring.h @@ -69,8 +69,9 @@ libsupport_la_SOURCES = \ syscontr.h \ syssingleton.C \ tempname.C \ - translator.h \ textutils.h \ + translator.h \ + types.h \ unlink.C \ utility.h -- 2.39.2