]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
namespace grfx -> lyx::graphics
[lyx.git] / src / frontends / Makefile.am
index a237643990c646e2054da744b70d77e1901cca89..f7ba3d4085bda49ee6201a7f51fc2c25507286c5 100644 (file)
@@ -1,37 +1,41 @@
 include $(top_srcdir)/config/common.am
 
-SUBDIRS = controllers @FRONTEND@
+SUBDIRS = controllers $(FRONTEND)
 
-noinst_LTLIBRARIES = libfrontends.la
-
-INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+DIST_SUBDIRS = controllers xforms qt2 gnome
 
-libfrontends_la_LIBADD= @FRONTEND_GUILIB@ \
-       controllers/*.lo
+noinst_LTLIBRARIES = libfrontends.la
 
-libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
+INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(BOOST_INCLUDES)
 
-libfrontends_la_SOURCES=\
+libfrontends_la_SOURCES = \
        Alert.C \
        Alert.h \
        Alert_pimpl.h \
        Dialogs.C \
        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 \
+       Painter.h \
        Timeout.C \
        Timeout.h \
        Toolbar.C \
-       Toolbar.h
-
-EXTRA_DIST = xforms qt2 gnome
-
-dist-hook:
-       @cd $(distdir) ; \
-       rm -rf `find qt2 -name \*CVS\*`; \
-       rm -rf `find gnome -name \*CVS\*`
+       Toolbar.h \
+       WorkArea.C \
+       WorkArea.h \
+       WorkAreaFactory.h \
+       font_metrics.h \
+       guiapi.h \
+       guiapi.C \
+       key_state.h \
+       lyx_gui.h \
+       mouse_state.h \
+       screen.C \
+       screen.h