diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-13 21:05:35 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-13 21:05:35 +0800 |
commit | 0651f74cfd3a68649a96c2f2b70a93c48451c010 (patch) | |
tree | 4333fe0c46b3164533981d41df7aa072e25aa501 /configure.ac | |
parent | 1888e07c858231148e739cff54e122492899c9aa (diff) | |
download | gsoc2013-epiphany-0651f74cfd3a68649a96c2f2b70a93c48451c010.tar gsoc2013-epiphany-0651f74cfd3a68649a96c2f2b70a93c48451c010.tar.gz gsoc2013-epiphany-0651f74cfd3a68649a96c2f2b70a93c48451c010.tar.bz2 gsoc2013-epiphany-0651f74cfd3a68649a96c2f2b70a93c48451c010.tar.lz gsoc2013-epiphany-0651f74cfd3a68649a96c2f2b70a93c48451c010.tar.xz gsoc2013-epiphany-0651f74cfd3a68649a96c2f2b70a93c48451c010.tar.zst gsoc2013-epiphany-0651f74cfd3a68649a96c2f2b70a93c48451c010.zip |
Create Makefiles for embed/xulrunner/utils and components.
svn path=/trunk/; revision=7423
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 872af6a33..ea989ff3e 100644 --- a/configure.ac +++ b/configure.ac @@ -766,12 +766,14 @@ AC_SUBST([GGE_API_VERSION]) AC_CONFIG_FILES([ embed/xulrunner/Makefile -embed/xulrunner/src/Makefile -embed/xulrunner/embed/Makefile -embed/xulrunner/data/Makefile embed/xulrunner/bindings/Makefile embed/xulrunner/bindings/python/Makefile +embed/xulrunner/components/Makefile +embed/xulrunner/data/Makefile +embed/xulrunner/embed/Makefile +embed/xulrunner/src/Makefile embed/xulrunner/tests/Makefile +embed/xulrunner/utils/Makefile ]) AC_CONFIG_FILES([ |