diff options
author | Seth Alves <alves@src.gnome.org> | 2000-07-11 06:36:06 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-07-11 06:36:06 +0800 |
commit | 10c3eb46b17f52a04eea878d2a701e91ab4f464e (patch) | |
tree | 7eb8af23f5641cbd1a6d8da413937e28d5ea2f86 /configure.in | |
parent | 52d48e02c187b07a5fa29bbeb5359052fcde4e55 (diff) | |
download | gsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.tar.gz gsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.tar.zst gsoc2013-evolution-10c3eb46b17f52a04eea878d2a701e91ab4f464e.zip |
added makefiles for calendar conduits
* configure.in: added makefiles for calendar conduits
* gui/Makefile.am (SUBDIRS):
* conduits/calendar/Makefile.am: moved calendar-conduit stuff from
the gui directory to here.
* Makefile.am (SUBDIRS): added conduits to SIBDIRS
svn path=/trunk/; revision=4058
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 2e45957c6d..760a16927b 100644 --- a/configure.in +++ b/configure.in @@ -519,6 +519,8 @@ calendar/cal-client/Makefile calendar/pcs/Makefile calendar/gui/Makefile calendar/gui/dialogs/Makefile +calendar/conduits/Makefile +calendar/conduits/calendar/Makefile filter/Makefile notes/Makefile wombat/Makefile |