]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
Fix xforms menus display problems
[lyx.git] / src / frontends / Makefile.am
index f685f6dccee69abf22ea727ffa8c24e409880762..2f826473b160b7b7e3ae94e9beb5df70cf057f17 100644 (file)
@@ -1,14 +1,29 @@
 AUTOMAKE_OPTIONS = foreign 1.4
 DISTCLEANFILES= *.orig *.rej *~ *.bak core
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-SUBDIRS = @FRONTEND@
+# 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@
 ETAGS_ARGS = --lang=c++
-INCLUDES = -I${srcdir}/../
+INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS}
 LIBS =
 noinst_LTLIBRARIES = libfrontends.la
 libfrontends_la_SOURCES=\
+       ButtonPolicies.C \
+       ButtonPolicies.h \
        Dialogs.h \
        DialogBase.h \
+       GUIRunTime.h \
        Liason.C \
-       Liason.h
+       Liason.h \
+       Menubar.C \
+       Menubar.h \
+       Toolbar.C \
+       Toolbar.h
 
+EXTRA_DIST = kde gnome
+
+dist-hook:
+       @cd $(distdir) ; rm -rf `find kde -name \*CVS\*`; \
+       rm -rf `find gnome -name \*CVS\*`