X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMakefile.am;h=88a42a342787e90fb9996ba0ac72194314c8aa82;hb=36945644e70db39a8316570bb44fabc7a3bd3d49;hp=f7ba3d4085bda49ee6201a7f51fc2c25507286c5;hpb=e5ed2c26f5a8303b13365e38f55b672ee593d882;p=lyx.git diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index f7ba3d4085..88a42a3427 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -1,12 +1,16 @@ include $(top_srcdir)/config/common.am -SUBDIRS = controllers $(FRONTEND) +SUBDIRS = controllers $(FRONTENDS_SUBDIRS) -DIST_SUBDIRS = controllers xforms qt2 gnome +DIST_SUBDIRS = controllers xforms qt2 gtk + +EXTRA_DIST = pch.h + +BUILT_SOURCES = $(PCH_FILE) noinst_LTLIBRARIES = libfrontends.la -INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/.. $(BOOST_INCLUDES) +AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) libfrontends_la_SOURCES = \ Alert.C \ @@ -20,15 +24,13 @@ libfrontends_la_SOURCES = \ LyXScreenFactory.h \ LyXView.C \ LyXView.h \ - Menubar.C \ Menubar.h \ Painter.C \ Painter.h \ Timeout.C \ Timeout.h \ - Toolbar.C \ - Toolbar.h \ - WorkArea.C \ + Toolbars.C \ + Toolbars.h \ WorkArea.h \ WorkAreaFactory.h \ font_metrics.h \ @@ -37,5 +39,7 @@ libfrontends_la_SOURCES = \ key_state.h \ lyx_gui.h \ mouse_state.h \ + nullpainter.C \ + nullpainter.h \ screen.C \ screen.h