From d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 8 Oct 2007 18:35:57 +0000 Subject: Add application.ini file. svn path=/trunk/; revision=7524 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') 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 = -- cgit