diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-11 07:27:18 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-11 07:27:18 +0800 |
commit | 6f15b362cc24801eaae00683e562cc5e8a56e893 (patch) | |
tree | 1c604ccfaf1051dbc3858270a455eb50c11c8877 /calendar/gui/Makefile.am | |
parent | b5f73eba49e299ec1c704508904777141cb9cfca (diff) | |
download | gsoc2013-evolution-6f15b362cc24801eaae00683e562cc5e8a56e893.tar gsoc2013-evolution-6f15b362cc24801eaae00683e562cc5e8a56e893.tar.gz gsoc2013-evolution-6f15b362cc24801eaae00683e562cc5e8a56e893.tar.bz2 gsoc2013-evolution-6f15b362cc24801eaae00683e562cc5e8a56e893.tar.lz gsoc2013-evolution-6f15b362cc24801eaae00683e562cc5e8a56e893.tar.xz gsoc2013-evolution-6f15b362cc24801eaae00683e562cc5e8a56e893.tar.zst gsoc2013-evolution-6f15b362cc24801eaae00683e562cc5e8a56e893.zip |
remove gnomecal.conduit
* gui/Makefile.am (EXTRA_DIST): remove gnomecal.conduit
* conduits/calendar/Makefile.am (EXTRA_DIST): We want
calendar.conduit.in, not calendar.conduit.
svn path=/trunk/; revision=4070
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 586a39139d..9ae3797de7 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -145,8 +145,7 @@ EXTRA_DIST = \ monthview.xpm \ yearview.xpm \ calendar-control.gnorba \ - calendar-control.oafinfo \ - gnomecal.conduit + calendar-control.oafinfo install-data-local: |