]> git.lyx.org Git - features.git/commitdiff
fix "make dist" target
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 22 May 2001 12:38:23 +0000 (12:38 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 22 May 2001 12:38:23 +0000 (12:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2016 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/ChangeLog
src/support/Makefile.am

index 6a16d67cdb6faefab1754f5fba5d35065f7be892..c86e5a6e5ec567065ddd773c3592d6f8eb363b4b 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * Makefile.am (EXTRA_DIST): add the os_*.C files.
+
 2001-05-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * filetools.C (MakeAbsPath): remove debugging statement
index 164b2ae74bcfda263a47952fa9f15524064477fc..ae83509477fb1a7188db899e5b92085f351c0d41 100644 (file)
@@ -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