]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
fix tooltips in toolbar
[lyx.git] / src / frontends / Makefile.am
index 1d0b1bdca45fd10a71178fe56608c1b6d0e5e879..a33b0048e302272928b749e2d27e3628b8171cb4 100644 (file)
@@ -2,16 +2,18 @@ include $(top_srcdir)/config/common.am
 
 SUBDIRS = controllers @FRONTEND@
 
+DIST_SUBDIRS = controllers xforms qt2 gnome
+
 noinst_LTLIBRARIES = libfrontends.la
 
-INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+LIBS += @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
 
-libfrontends_la_LIBADD= @FRONTEND_GUILIB@ \
-       controllers/*.lo
+INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+libfrontends_la_LIBADD = @FRONTEND_GUILIB@ controllers/*.lo
 
 libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
 
-libfrontends_la_SOURCES=\
+libfrontends_la_SOURCES = \
        Alert.C \
        Alert.h \
        Alert_pimpl.h \
@@ -19,26 +21,28 @@ libfrontends_la_SOURCES=\
        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
-
-if USE_LD_R
-libfrontends.la: libfrontends.o
-
-libfrontends.o: $(libfrontends_la_OBJECTS) $(libfrontends_la_DEPENDENCIES)
-       $(CXXLINK) $(libfrontends_la_OBJECTS) $(libfrontends_la_LIBADD)
-endif
-
-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 \
+       key_state.h \
+       lyx_gui.h \
+       mouse_state.h \
+       screen.C \
+       screen.h