]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/Makefile.am
make it compile again
[lyx.git] / src / frontends / gtk / Makefile.am
index 5d8da4240586d2724fca6ecb3467baca1de7819f..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 \
@@ -73,6 +77,8 @@ libgtk_la_SOURCES = \
        GPainter.h \
        GParagraph.C \
        GParagraph.h \
+       GPreferences.C \
+       GPreferences.h \
        GPrint.C \
        GPrint.h \
        GRef.C \
@@ -105,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 \
@@ -113,6 +122,8 @@ libgtk_la_SOURCES = \
        GVSpace.h \
        GWorkArea.C \
        GWorkArea.h \
+       GWrap.C \
+       GWrap.h \
        GXpmBtnTbl.C \
        GXpmBtnTbl.h \
        LyXGdkImage.C \
@@ -125,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
-