X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FMakefile.am;h=88a42a342787e90fb9996ba0ac72194314c8aa82;hb=36945644e70db39a8316570bb44fabc7a3bd3d49;hp=abb7b8f6e1fcb853386b08f1d27e8936a565ccf6;hpb=737fca6bf3aefe89bfa665ff1f074e23b51bcff9;p=lyx.git diff --git a/src/frontends/Makefile.am b/src/frontends/Makefile.am index abb7b8f6e1..88a42a3427 100644 --- a/src/frontends/Makefile.am +++ b/src/frontends/Makefile.am @@ -1,17 +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 -noinst_LTLIBRARIES = libfrontends.la +EXTRA_DIST = pch.h -LIBS += $(FRONTEND_LDFLAGS) $(FRONTEND_LIBS) +BUILT_SOURCES = $(PCH_FILE) -INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/.. $(SIGC_CFLAGS) $(BOOST_INCLUDES) -libfrontends_la_LIBADD = $(FRONTEND_GUILIB) controllers/*.lo +noinst_LTLIBRARIES = libfrontends.la -libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD) +AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES) libfrontends_la_SOURCES = \ Alert.C \ @@ -20,22 +19,18 @@ libfrontends_la_SOURCES = \ Dialogs.C \ Dialogs.h \ FileDialog.h \ - Liason.C \ - Liason.h \ LyXKeySym.h \ LyXKeySymFactory.h \ 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 \ @@ -44,5 +39,7 @@ libfrontends_la_SOURCES = \ key_state.h \ lyx_gui.h \ mouse_state.h \ + nullpainter.C \ + nullpainter.h \ screen.C \ screen.h