]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
Fix xforms menus display problems
[lyx.git] / src / frontends / Makefile.am
index eae524cab16aa1b2fd98a05d91f8f1b7c8f9f1a3..2f826473b160b7b7e3ae94e9beb5df70cf057f17 100644 (file)
@@ -6,7 +6,7 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 # here.
 SUBDIRS = xforms @FRONTEND@
 ETAGS_ARGS = --lang=c++
-INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/@FRONTEND@ -I${srcdir}/xfroms ${SIGC_CFLAGS}
+INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS}
 LIBS =
 noinst_LTLIBRARIES = libfrontends.la
 libfrontends_la_SOURCES=\
@@ -14,6 +14,7 @@ libfrontends_la_SOURCES=\
        ButtonPolicies.h \
        Dialogs.h \
        DialogBase.h \
+       GUIRunTime.h \
        Liason.C \
        Liason.h \
        Menubar.C \
@@ -21,3 +22,8 @@ libfrontends_la_SOURCES=\
        Toolbar.C \
        Toolbar.h
 
+EXTRA_DIST = kde gnome
+
+dist-hook:
+       @cd $(distdir) ; rm -rf `find kde -name \*CVS\*`; \
+       rm -rf `find gnome -name \*CVS\*`