]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
namespace grfx -> lyx::graphics
[lyx.git] / src / frontends / Makefile.am
index 71d76b3edeeccb112027ba0258f5f8c72983abfb..f7ba3d4085bda49ee6201a7f51fc2c25507286c5 100644 (file)
@@ -1,17 +1,12 @@
 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@
-
-INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
-libfrontends_la_LIBADD = @FRONTEND_GUILIB@ controllers/*.lo
-
-libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
+INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(BOOST_INCLUDES)
 
 libfrontends_la_SOURCES = \
        Alert.C \
@@ -19,10 +14,7 @@ libfrontends_la_SOURCES = \
        Alert_pimpl.h \
        Dialogs.C \
        Dialogs.h \
-       DialogBase.h \
        FileDialog.h \
-       Liason.C \
-       Liason.h \
        LyXKeySym.h \
        LyXKeySymFactory.h \
        LyXScreenFactory.h \
@@ -30,8 +22,6 @@ libfrontends_la_SOURCES = \
        LyXView.h \
        Menubar.C \
        Menubar.h \
-       MiniBuffer.C \
-       MiniBuffer.h \
        Painter.C \
        Painter.h \
        Timeout.C \
@@ -41,9 +31,9 @@ libfrontends_la_SOURCES = \
        WorkArea.C \
        WorkArea.h \
        WorkAreaFactory.h \
-       font_loader.h \
        font_metrics.h \
        guiapi.h \
+       guiapi.C \
        key_state.h \
        lyx_gui.h \
        mouse_state.h \