diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-10-09 02:35:57 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-10-09 02:35:57 +0800 |
commit | d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58 (patch) | |
tree | 07680717ef826fbd0d4eb420745464ddc446e9ff /Makefile.am | |
parent | 5bab0972ef7fb33da8b1000d049dc12638f73d9e (diff) | |
download | gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.tar gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.tar.gz gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.tar.bz2 gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.tar.lz gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.tar.xz gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.tar.zst gsoc2013-epiphany-d4d71ddbfe706b2c5e2b7747919cbb3dffd83b58.zip |
Add application.ini file.
svn path=/trunk/; revision=7524
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 = |