]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
lyxserver cleanup patch + andre's small patches
[lyx.git] / src / support / Makefile.am
index 164b2ae74bcfda263a47952fa9f15524064477fc..7cc59197fe8e90f00e693efab6ca075bc4b6ff79 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
@@ -58,6 +59,7 @@ libsupport_la_SOURCES = \
        putenv.C \
        rename.C \
        rmdir.C \
+       smart_ptr.h \
        snprintf.h \
        snprintf.c \
        sstream.h \
@@ -69,4 +71,6 @@ libsupport_la_SOURCES = \
        tempname.C \
        translator.h \
        textutils.h \
-       unlink.C
+       unlink.C \
+       utility.h
+