]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
use more explicit on constructors use the pimpl idom to reduce size with about 500k
[lyx.git] / src / support / Makefile.am
index b29ef1f1b1e01f1f5a43882d01c0c782584c4171..8d83462371b3a032205194d9441c5d58220995e2 100644 (file)
@@ -1,12 +1,17 @@
 AUTOMAKE_OPTIONS = foreign
-pkglib_LTLIBRARIES = libsupport.la
+noinst_LTLIBRARIES = libsupport.la
 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
+if USE_REGEX
+REGEX = regex.c lyxregex.h
+endif
 
 libsupport_la_SOURCES = \
        DebugStream.C \
@@ -20,15 +25,26 @@ 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.C \
        path.h \
-       syscall.C \
+       putenv.C \
+       $(REGEX) syscall.C \
        syscall.h \
        syscontr.C \
        syscontr.h \