]> git.lyx.org Git - features.git/commitdiff
Add os_cygwin.C to the distribution.
authorAngus Leeming <leeming@lyx.org>
Sat, 10 Sep 2005 15:48:17 +0000 (15:48 +0000)
committerAngus Leeming <leeming@lyx.org>
Sat, 10 Sep 2005 15:48:17 +0000 (15:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10438 a592a061-630c-0410-9148-cb99ea01b6c8

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

index 7e2dfa27910fa08d48621995d83ae5e12b4c9d93..4c03fd727faf580ae444a5a977c4289b457ee71a 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-10  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (EXTRA_DIST): add os_cygwin.C to the distribution.
+
 2005-08-31  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
 
        * filetools.C (MakeDisplayPath): fix bug when HOME is empty.
index 61453fb6ee8e8053c94916c4f7dd51045abaee37..b47361c5ccb5311850aedb764248d328ca0dcf3b 100644 (file)
@@ -4,7 +4,7 @@ SUBDIRS = . tests
 
 CLEANFILES += $(BUILT_SOURCES)
 
-EXTRA_DIST = package.C.in pch.h os_unix.C os_win32.C os_os2.C
+EXTRA_DIST = package.C.in pch.h os_cygwin.C os_os2.C os_unix.C os_win32.C
 
 noinst_LTLIBRARIES = libsupport.la