diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 06a10b596..4a9d456ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,9 @@ SUBDIRS = lib embed src plugins data po help doc +if WITH_XULRUNNER_ENGINE +SUBDIRS += xulapp +endif + ACLOCAL_AMFLAGS = -I m4 NULL = |