diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-09-03 14:43:55 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-09-03 14:43:55 +0800 |
commit | 9f85d756bd915ae4e2c9cec242c536932d679eed (patch) | |
tree | 27ed1451f47eacc3d03d4a34cd5d594d4c41a31f /calendar/conduits/Makefile.am | |
parent | 488e83927c0df7d0e4210b697a387462961e92fd (diff) | |
download | gsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.tar.gz gsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.tar.zst gsoc2013-evolution-9f85d756bd915ae4e2c9cec242c536932d679eed.zip |
2007-09-03 mcrha Fix for bug #201167 by Nathan Owens
svn path=/trunk/; revision=34162
Diffstat (limited to 'calendar/conduits/Makefile.am')
-rw-r--r-- | calendar/conduits/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/conduits/Makefile.am b/calendar/conduits/Makefile.am index 365053399f..a53bd426d5 100644 --- a/calendar/conduits/Makefile.am +++ b/calendar/conduits/Makefile.am @@ -1 +1,3 @@ -SUBDIRS = calendar memo todo +SUBDIRS = common calendar memo todo + + |