]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
fix tooltips in toolbar
[lyx.git] / src / frontends / Makefile.am
index f54c3cca05ead0b34fa3afe87395f309e17e8e90..a33b0048e302272928b749e2d27e3628b8171cb4 100644 (file)
@@ -21,9 +21,13 @@ libfrontends_la_SOURCES = \
        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,5 +36,13 @@ libfrontends_la_SOURCES = \
        Timeout.h \
        Toolbar.C \
        Toolbar.h \
-       LyXView.C \
-       LyXView.h
+       WorkArea.C \
+       WorkArea.h \
+       WorkAreaFactory.h \
+       font_metrics.h \
+       guiapi.h \
+       key_state.h \
+       lyx_gui.h \
+       mouse_state.h \
+       screen.C \
+       screen.h