From 6b41425a9462f172d3473054fa662650d9ebea6f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 22 May 2001 12:38:23 +0000 Subject: [PATCH] fix "make dist" target git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2016 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 4 ++++ src/support/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 6a16d67cdb..c86e5a6e5e 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,7 @@ +2001-05-22 Jean-Marc Lasgouttes + + * Makefile.am (EXTRA_DIST): add the os_*.C files. + 2001-05-21 Jean-Marc Lasgouttes * filetools.C (MakeAbsPath): remove debugging statement diff --git a/src/support/Makefile.am b/src/support/Makefile.am index 164b2ae74b..ae83509477 100644 --- a/src/support/Makefile.am +++ b/src/support/Makefile.am @@ -7,7 +7,8 @@ ETAGS_ARGS = --lang=c++ BOOST_INCLUDES = -I$(top_srcdir)/boost 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 if USE_LYXSTRING LYXSTRING = lyxstring.C lyxstring.h -- 2.39.5