aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 191f7ef25..3a3f7520a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,4 @@
-SUBDIRS = lib embed src plugins data po help doc
-
-#if WITH_XULRUNNER_ENGINE
-#SUBDIRS += xulapp
-#endif
+SUBDIRS = lib embed src data po help doc
ACLOCAL_AMFLAGS = -I m4
@@ -38,8 +34,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
--enable-desktop-file-plugin \
--enable-gtk-doc \
--disable-schemas-install \
- --disable-scrollkeeper \
- --with-gecko=$(GECKO)
+ --disable-scrollkeeper
# Ignore gtk theme cache files on distcheck
distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'