diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-21 16:28:09 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-21 16:28:09 +0800 |
commit | 6cfc31750daed7f502b3d0097892a70e9f134fdf (patch) | |
tree | 20f738f0aded9cedba313aedef013d1fda7927c2 /Makefile.am | |
parent | 733a9024ae7ae20df421aee546bf0a9252c9ffd1 (diff) | |
download | gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar.gz gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar.bz2 gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar.lz gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar.xz gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.tar.zst gsoc2013-evolution-6cfc31750daed7f502b3d0097892a70e9f134fdf.zip |
Libversit / VFS work - Federico
svn path=/trunk/; revision=1601
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index acf6c42998..9634d0b81c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,9 @@ SUBDIRS = \ tests \ addressbook \ shell \ - mail + mail \ + libversit \ + calendar dist-hook: for subdir in intl ; do \ |