]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
small changes read changelog
[lyx.git] / src / support / Makefile.am
index 1aa751be3cf9637c31bba13e38754babb943ab3b..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
@@ -29,6 +30,8 @@ libsupport_la_SOURCES = \
        LRegex.h \
        LSubstring.C \
        LSubstring.h \
+       os.C \
+       os.h \
        StrPool.C \
        StrPool.h \
        abort.C \