]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
fixes because of SUN CC warnings, bmtable now compiled with C compilator, countChar...
[lyx.git] / src / support / Makefile.am
index d52063fe8044de8f2491b9d47dccfe289a03d7ee..b29ef1f1b1e01f1f5a43882d01c0c782584c4171 100644 (file)
@@ -1,6 +1,6 @@
 AUTOMAKE_OPTIONS = foreign
-noinst_LIBRARIES = libsupport.a
-libsupport_a_LIBADD = @LIBOBJS@
+pkglib_LTLIBRARIES = libsupport.la
+LIBS =
 ETAGS_ARGS = --c++
 INCLUDES = -I${srcdir}/../
 
@@ -8,7 +8,7 @@ if USE_LYXSTRING
 LYXSTRING = lyxstring.C lyxstring.h
 endif
 
-libsupport_a_SOURCES = \
+libsupport_la_SOURCES = \
        DebugStream.C \
        DebugStream.h \
        FileInfo.C \
@@ -16,6 +16,11 @@ libsupport_a_SOURCES = \
        LAssert.h \
        LIstream.h \
        LOstream.h \
+       LRegex.C \
+       LRegex.h \
+       LSubstring.C \
+       LSubstring.h \
+       block.h \
        filetools.C \
        filetools.h \
        lstrings.C \
@@ -29,4 +34,3 @@ libsupport_a_SOURCES = \
        syscontr.h \
        syssingleton.C \
        textutils.h
-