diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 853b8a0cd..5e4be8661 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,8 @@ SUBDIRS = lib embed src plugins data po help doc -if WITH_XULRUNNER_ENGINE -SUBDIRS += xulapp -endif +#if WITH_XULRUNNER_ENGINE +#SUBDIRS += xulapp +#endif ACLOCAL_AMFLAGS = -I m4 |