]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch.
[lyx.git] / src / frontends / Makefile.am
index eae524cab16aa1b2fd98a05d91f8f1b7c8f9f1a3..7dc63a1892dae2e72187056be599b1e6bc253d96 100644 (file)
@@ -4,9 +4,10 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 # xforms has to be fixed here as we still need object files in this directory
 # for the compilation of other frontends, so until that we have to let this
 # here.
-SUBDIRS = xforms @FRONTEND@
+SUBDIRS = support xforms @FRONTEND@
 ETAGS_ARGS = --lang=c++
-INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/@FRONTEND@ -I${srcdir}/xfroms ${SIGC_CFLAGS}
+BOOST_INCLUDES = -I$(top_srcdir)/boost
+INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS} $(BOOST_INCLUDES)
 LIBS =
 noinst_LTLIBRARIES = libfrontends.la
 libfrontends_la_SOURCES=\
@@ -14,10 +15,21 @@ libfrontends_la_SOURCES=\
        ButtonPolicies.h \
        Dialogs.h \
        DialogBase.h \
+       FileDialog.h \
+       GUIRunTime.h \
        Liason.C \
        Liason.h \
        Menubar.C \
        Menubar.h \
+       Timeout.C \
+       Timeout.h \
        Toolbar.C \
        Toolbar.h
 
+EXTRA_DIST = kde qt2 gnome
+
+dist-hook:
+       @cd $(distdir) ; \
+       rm -rf `find kde -name \*CVS\*`; \
+       rm -rf `find qt2 -name \*CVS\*`; \
+       rm -rf `find gnome -name \*CVS\*`