]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / Makefile.am
index 123095ea8628312c5bfa8a792ab1ca55c81c9477..6e6f82d9a672a7e1f34457ab4e5b21d2beab3ae0 100644 (file)
@@ -1,17 +1,12 @@
 include $(top_srcdir)/config/common.am
 
-SUBDIRS = controllers $(FRONTEND)
+SUBDIRS = controllers $(FRONTENDS_SUBDIRS)
 
-DIST_SUBDIRS = controllers xforms qt2 gnome
+DIST_SUBDIRS = controllers xforms qt2 gnome gtk
 
 noinst_LTLIBRARIES = libfrontends.la
 
-INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(BOOST_INCLUDES)
-
-libfrontends_la_LDFLAGS = $(FRONTEND_LDFLAGS) $(FRONTEND_LIBS)
-libfrontends_la_LIBADD = $(FRONTEND_GUILIB) controllers/*.lo
-
-libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
+INCLUDES = -I$(srcdir)/..  $(BOOST_INCLUDES)
 
 libfrontends_la_SOURCES = \
        Alert.C \
@@ -25,7 +20,6 @@ libfrontends_la_SOURCES = \
        LyXScreenFactory.h \
        LyXView.C \
        LyXView.h \
-       Menubar.C \
        Menubar.h \
        Painter.C \
        Painter.h \
@@ -33,7 +27,6 @@ libfrontends_la_SOURCES = \
        Timeout.h \
        Toolbar.C \
        Toolbar.h \
-       WorkArea.C \
        WorkArea.h \
        WorkAreaFactory.h \
        font_metrics.h \