diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-22 07:59:47 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-22 07:59:47 +0800 |
commit | ad3a86858e5fb751fe01e5b1cee800771cccfcaf (patch) | |
tree | dbfee3b6f7a1689a75420528f6946eff2a2df358 | |
parent | 2679830e641117a9f68f16f5aae3984905d7fb3c (diff) | |
download | gsoc2013-evolution-ad3a86858e5fb751fe01e5b1cee800771cccfcaf.tar gsoc2013-evolution-ad3a86858e5fb751fe01e5b1cee800771cccfcaf.tar.gz gsoc2013-evolution-ad3a86858e5fb751fe01e5b1cee800771cccfcaf.tar.bz2 gsoc2013-evolution-ad3a86858e5fb751fe01e5b1cee800771cccfcaf.tar.lz gsoc2013-evolution-ad3a86858e5fb751fe01e5b1cee800771cccfcaf.tar.xz gsoc2013-evolution-ad3a86858e5fb751fe01e5b1cee800771cccfcaf.tar.zst gsoc2013-evolution-ad3a86858e5fb751fe01e5b1cee800771cccfcaf.zip |
Add cmdline to the build
svn path=/trunk/; revision=7690
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e8223a2bb0..4e6ecfd066 100644 --- a/configure.in +++ b/configure.in @@ -649,7 +649,7 @@ executive-summary/Makefile executive-summary/evolution-services/Makefile executive-summary/widgets/Makefile executive-summary/idl/Makefile - executive-summary/component/Makefile +executive-summary/component/Makefile executive-summary/test-service/Makefile camel/Makefile camel/providers/Makefile @@ -702,6 +702,7 @@ calendar/gui/dialogs/Makefile calendar/conduits/Makefile calendar/conduits/calendar/Makefile calendar/conduits/todo/Makefile +cmdline/Makefile filter/Makefile wombat/Makefile composer/Makefile |