]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
the freespacing patch from Kayvan, draw the math empty delim with onoffdash, asure...
[lyx.git] / src / support / Makefile.am
index 959ba0281a9dec4bc9c099f842eb532ff9cd4c7b..570077fbf1607f6e37c273c17379e1dc0ec0121b 100644 (file)
@@ -4,6 +4,8 @@ LIBS =
 ETAGS_ARGS = --c++
 INCLUDES = -I${srcdir}/../
 
+EXTRA_DIST = lyxstring.C lyxstring.h regex.c lyxregex.h
+
 if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h
 endif
@@ -23,14 +25,24 @@ libsupport_la_SOURCES = \
        LRegex.h \
        LSubstring.C \
        LSubstring.h \
+       abort.C \
        block.h \
+       chdir.C \
+       date.C \
        filetools.C \
        filetools.h \
+       getUserName.C \
+       getcwd.C \
+       kill.C \
        lstrings.C \
        lstrings.h \
+       lyxalgo.h \
        lyxlib.h \
+       lyxmanip.h \
        $(LYXSTRING) lyxsum.C \
+       mkdir.C \
        path.h \
+       putenv.C \
        $(REGEX) syscall.C \
        syscall.h \
        syscontr.C \