]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
* GuiDocument.cpp:
[lyx.git] / src / Makefile.am
index d4f233b5f95d93a59f87ab40f99794edd1d7b52f..736544e585530e8f19ec912c6feea74c13e0caee 100644 (file)
@@ -5,7 +5,7 @@ include $(top_srcdir)/config/common.am
 DISTCLEANFILES += config.h libintl.h
 
 AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
-AM_CPPFLAGS += $(QT4_CPPFLAGS) $(QT4_CORE_INCLUDES) 
+AM_CPPFLAGS += $(QT4_CPPFLAGS) $(QT4_CORE_INCLUDES)
 
 if BUILD_CLIENT_SUBDIR
 CLIENT = client
@@ -21,7 +21,7 @@ EXTRA_DIST = Section.h \
        pch.h
 
 OTHERLIBS = $(BOOST_LIBS) $(INTLLIBS) $(MYTHES_LIBS) $(AIKSAURUS_LIBS) \
-           @LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI)
+           @LIBS@ $(SOCKET_LIBS) $(LIBSHLWAPI) $(LIBPSAPI)
 
 noinst_LIBRARIES = liblyxcore.a
 bin_PROGRAMS = lyx
@@ -111,6 +111,7 @@ SOURCEFILESCORE = \
        FuncRequest.cpp \
        FuncStatus.cpp \
        Graph.cpp \
+       IndicesList.cpp \
        InsetIterator.cpp \
        InsetList.cpp \
        Intl.cpp \
@@ -136,6 +137,7 @@ SOURCEFILESCORE = \
        output_docbook.cpp \
        output.cpp \
        output_latex.cpp \
+       output_xhtml.cpp \
        OutputParams.cpp \
        output_plaintext.cpp \
        Paragraph.cpp \
@@ -209,6 +211,7 @@ HEADERFILESCORE = \
        FuncRequest.h \
        FuncStatus.h \
        Graph.h \
+       IndicesList.h \
        InsetIterator.h \
        InsetList.h \
        Intl.h \
@@ -235,6 +238,7 @@ HEADERFILESCORE = \
        output_docbook.h \
        output.h \
        output_latex.h \
+       output_xhtml.h \
        OutputParams.h \
        output_plaintext.h \
        paper.h \