]> git.lyx.org Git - lyx.git/blobdiff - src/support/Makefile.am
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / support / Makefile.am
index abeebb67c513016ac18a3763a0c80f4de8ec9197..b5b553727828aa8a7f293a542c3dd13a654cd9b8 100644 (file)
@@ -3,18 +3,26 @@ noinst_LIBRARIES = libsupport.a
 libsupport_a_LIBADD = @LIBOBJS@
 ETAGS_ARGS = --c++
 INCLUDES = -I${srcdir}/../
+
+if USE_LYXSTRING
+LYXSTRING = lyxstring.C lyxstring.h
+endif
+
 libsupport_a_SOURCES = \
+       DebugStream.C \
+       DebugStream.h \
        FileInfo.C \
        FileInfo.h \
        LAssert.h \
+       LIstream.h \
+       LOstream.h \
        filetools.C \
        filetools.h \
        lstrings.C \
        lstrings.h \
        lyxlib.h \
-       lyxstring.C \
-       lyxstring.h \
-       lyxsum.C \
+       $(LYXSTRING) lyxsum.C \
+       path.h \
        syscall.C \
        syscall.h \
        syscontr.C \