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 | |
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
-rw-r--r-- | calendar/ChangeLog | 7 | ||||
-rw-r--r-- | calendar/conduits/calendar/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 914b0ae494..d3940936a1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2000-07-10 Dan Winship <danw@helixcode.com> + + * gui/Makefile.am (EXTRA_DIST): remove gnomecal.conduit + + * conduits/calendar/Makefile.am (EXTRA_DIST): We want + calendar.conduit.in, not calendar.conduit. + 2000-07-10 Seth Alves <alves@hungry.com> * gui/Makefile.am (SUBDIRS): diff --git a/calendar/conduits/calendar/Makefile.am b/calendar/conduits/calendar/Makefile.am index 9f352ef02a..35ba864676 100644 --- a/calendar/conduits/calendar/Makefile.am +++ b/calendar/conduits/calendar/Makefile.am @@ -75,7 +75,7 @@ Conduitdir = $(datadir)/gnome-pilot/conduits/ Conduit_DATA = calendar.conduit EXTRA_DIST = \ - $(Conduit_DATA) \ + calendar.conduit.in \ $(ccenterConduits_DATA) install-data-local: 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: |