]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/Makefile.am
make it compile again
[lyx.git] / src / frontends / gtk / Makefile.am
index 037bf43888008a8749964f23fdf6127b3aebc6f5..718f4bc1ecfa1eb3930e346637ea1d24a6830ae7 100644 (file)
@@ -10,7 +10,7 @@ noinst_LTLIBRARIES = libgtk.la
 
 AM_CPPFLAGS += \
        $(PCH_FLAGS) \
-       -I$(top_srcdir)/images \
+       -I$(top_srcdir)/lib/images/math \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/frontends \
        -I$(top_srcdir)/src/frontends/controllers \
@@ -31,6 +31,8 @@ libgtk_la_SOURCES = \
        GBC.h \
        GBibItem.C \
        GBibItem.h \
+       GBibtex.C \
+       GBibtex.h \
        GBox.C \
        GBox.h \
        GBranch.C \
@@ -47,6 +49,8 @@ libgtk_la_SOURCES = \
        GErrorList.h \
        GERT.C \
        GERT.h \
+       GExternal.C \
+       GExternal.h \
        GFloat.C \
        GFloat.h \
        GInclude.C \
@@ -107,6 +111,9 @@ libgtk_la_SOURCES = \
        GToolbar.h \
        GUrl.C \
        GUrl.h \
+       GuiClipboard.C GuiClipboard.h \
+       GuiSelection.C GuiSelection.h \
+       GuiWorkArea.h \
        GView.C \
        GView.h \
        GViewBase.C \
@@ -129,15 +136,15 @@ libgtk_la_SOURCES = \
        LyXGdkImage.C \
        LyXGdkImage.h \
        LyXKeySymFactory.C \
-       LyXScreenFactory.C \
-       WorkAreaFactory.C \
-       codeConvert.h \
        ghelpers.C \
        ghelpers.h \
+       GuiApplication.C \
+       GuiApplication.h \
+       GuiImplementation.h \
+       GuiImplementation.C \
        io_callback.C \
        io_callback.h \
        lyx_gui.C \
        xftFontLoader.C \
        xftFontLoader.h \
        xftFontMetrics.C
-