]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
fix math fonts with LyX/Mac
[lyx.git] / src / frontends / Makefile.am
index 6b37652747d6408e7ecd41f9492a1578fdcd975e..c62d53e27dd7d9642d50d3d17beb9ea5fcd20976 100644 (file)
@@ -8,6 +8,8 @@ noinst_LTLIBRARIES = libfrontends.la
 
 INCLUDES = -I$(srcdir)/..  $(BOOST_INCLUDES)
 
+AM_CXXFLAGS = $(PCH_FLAGS)
+
 libfrontends_la_SOURCES = \
        Alert.C \
        Alert.h \
@@ -25,9 +27,8 @@ libfrontends_la_SOURCES = \
        Painter.h \
        Timeout.C \
        Timeout.h \
-       Toolbar.C \
-       Toolbar.h \
-       WorkArea.C \
+       Toolbars.C \
+       Toolbars.h \
        WorkArea.h \
        WorkAreaFactory.h \
        font_metrics.h \
@@ -36,5 +37,7 @@ libfrontends_la_SOURCES = \
        key_state.h \
        lyx_gui.h \
        mouse_state.h \
+       nullpainter.C \
+       nullpainter.h \
        screen.C \
        screen.h