]> 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 45fa24ee8d5c6674b0c0697dafc74327e1ac1536..b5b553727828aa8a7f293a542c3dd13a654cd9b8 100644 (file)
@@ -3,20 +3,25 @@ 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 \