]> git.lyx.org Git - lyx.git/blobdiff - src/Makefile.am
Move richtext escaping to its own postprocessing routine.
[lyx.git] / src / Makefile.am
index a96472fb7037a333f27c9639843e41be7638c837..d3c52f5e90a30d5a4313f944ced70787dfd5630a 100644 (file)
@@ -40,7 +40,7 @@ if LYX_WIN_RESOURCE
 endif
 
 if INSTALL_MACOSX
-lyx_LDFLAGS = -framework AppKit
+lyx_LDFLAGS = -framework AppKit -framework ApplicationServices
 endif
 
 #lyx_LDFLAGS=-Wl,-O1
@@ -85,6 +85,8 @@ lyx_SOURCES = \
        $(ENCHANT) \
        $(HUNSPELL) \
        $(PWL) \
+       LaTeXFonts.cpp \
+       LaTeXFonts.h \
        PrinterParams.cpp \
        PrinterParams.h \
        Thesaurus.cpp \
@@ -216,6 +218,7 @@ HEADERFILESCORE = \
        DepTable.h \
        DispatchResult.h \
        DocIterator.h \
+       DocumentClassPtr.h \
        Encoding.h \
        ErrorList.h \
        Exporter.h \
@@ -558,6 +561,8 @@ SOURCEFILESINSETS = \
        insets/InsetInclude.cpp \
        insets/InsetIndex.cpp \
        insets/InsetInfo.cpp \
+       insets/InsetIPA.cpp \
+       insets/InsetIPAMacro.cpp \
        insets/InsetLabel.cpp \
        insets/InsetLayout.cpp \
        insets/InsetLine.cpp \
@@ -614,6 +619,8 @@ HEADERFILESINSETS = \
        insets/InsetInclude.h \
        insets/InsetIndex.h \
        insets/InsetInfo.h \
+       insets/InsetIPA.h \
+       insets/InsetIPAMacro.h \
        insets/InsetPreview.h \
        insets/InsetLabel.h \
        insets/InsetLayout.h \