]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
fix math fonts with LyX/Mac
[lyx.git] / src / frontends / Makefile.am
index 803e0f7d0fb02b29085a811d946ca2dbd5e35747..c62d53e27dd7d9642d50d3d17beb9ea5fcd20976 100644 (file)
@@ -1,13 +1,15 @@
 include $(top_srcdir)/config/common.am
 
-SUBDIRS = controllers $(FRONTEND)
+SUBDIRS = controllers $(FRONTENDS_SUBDIRS)
 
-DIST_SUBDIRS = controllers xforms qt2 gnome
+DIST_SUBDIRS = controllers xforms qt2 gnome gtk
 
 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