]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
fix crossref label list, some debug messages + various
[lyx.git] / src / support / Makefile.am
index b5b553727828aa8a7f293a542c3dd13a654cd9b8..e0bdc565314cc56d48ab7ce69c92bb3ffa456a31 100644 (file)
@@ -1,14 +1,17 @@
 AUTOMAKE_OPTIONS = foreign
-noinst_LIBRARIES = libsupport.a
-libsupport_a_LIBADD = @LIBOBJS@
+noinst_LTLIBRARIES = libsupport.la
+LIBS =
 ETAGS_ARGS = --c++
 INCLUDES = -I${srcdir}/../
 
 if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h
 endif
+if USE_REGEX
+REGEX = regex.c lyxregex.h
+endif
 
-libsupport_a_SOURCES = \
+libsupport_la_SOURCES = \
        DebugStream.C \
        DebugStream.h \
        FileInfo.C \
@@ -16,14 +19,27 @@ libsupport_a_SOURCES = \
        LAssert.h \
        LIstream.h \
        LOstream.h \
+       LRegex.C \
+       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 \
        lyxlib.h \
        $(LYXSTRING) lyxsum.C \
+       mkdir.C \
        path.h \
-       syscall.C \
+       putenv.C \
+       $(REGEX) syscall.C \
        syscall.h \
        syscontr.C \
        syscontr.h \