From c780503b4cd8a19c896594a4c0a4b217a2b3a604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 28 Nov 2001 05:33:13 +0000 Subject: [PATCH] add types.h to Makefile.am git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3098 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 7cc59197fe..76eb046a50 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 + os_unix.C os_win32.C os_os2.C types.h if USE_LYXSTRING LYXSTRING = lyxstring.C lyxstring.h