]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
fix rbearing
[lyx.git] / src / frontends / Makefile.am
index bf3402a5927c850adbff16f71fda0539c68377f2..abb7b8f6e1fcb853386b08f1d27e8936a565ccf6 100644 (file)
@@ -1,15 +1,15 @@
 include $(top_srcdir)/config/common.am
 
-SUBDIRS = controllers @FRONTEND@
+SUBDIRS = controllers $(FRONTEND)
 
 DIST_SUBDIRS = controllers xforms qt2 gnome
 
 noinst_LTLIBRARIES = libfrontends.la
 
-LIBS += @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
+LIBS += $(FRONTEND_LDFLAGS) $(FRONTEND_LIBS)
 
 INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
-libfrontends_la_LIBADD = @FRONTEND_GUILIB@ controllers/*.lo
+libfrontends_la_LIBADD = $(FRONTEND_GUILIB) controllers/*.lo
 
 libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
 
@@ -19,11 +19,14 @@ libfrontends_la_SOURCES = \
        Alert_pimpl.h \
        Dialogs.C \
        Dialogs.h \
-       DialogBase.h \
        FileDialog.h \
-       GUIRunTime.h \
        Liason.C \
        Liason.h \
+       LyXKeySym.h \
+       LyXKeySymFactory.h \
+       LyXScreenFactory.h \
+       LyXView.C \
+       LyXView.h \
        Menubar.C \
        Menubar.h \
        Painter.C \
@@ -32,13 +35,14 @@ libfrontends_la_SOURCES = \
        Timeout.h \
        Toolbar.C \
        Toolbar.h \
-       LyXView.C \
-       LyXView.h \
        WorkArea.C \
        WorkArea.h \
-       font_loader.h \
+       WorkAreaFactory.h \
        font_metrics.h \
+       guiapi.h \
+       guiapi.C \
        key_state.h \
+       lyx_gui.h \
        mouse_state.h \
        screen.C \
        screen.h