aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-client
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-11-04 02:15:26 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-11-04 02:15:26 +0800
commit8ded99860006a3ea6ecf5ac50c2ae427d92b08ca (patch)
treeb0112888d64ef9ee3dd2ba630146ca46f476a2d7 /calendar/cal-client
parent8952ed2a26a3096c4592bd3dc0d8e47829e3999c (diff)
downloadgsoc2013-evolution-8ded99860006a3ea6ecf5ac50c2ae427d92b08ca.tar
gsoc2013-evolution-8ded99860006a3ea6ecf5ac50c2ae427d92b08ca.tar.gz
gsoc2013-evolution-8ded99860006a3ea6ecf5ac50c2ae427d92b08ca.tar.bz2
gsoc2013-evolution-8ded99860006a3ea6ecf5ac50c2ae427d92b08ca.tar.lz
gsoc2013-evolution-8ded99860006a3ea6ecf5ac50c2ae427d92b08ca.tar.xz
gsoc2013-evolution-8ded99860006a3ea6ecf5ac50c2ae427d92b08ca.tar.zst
gsoc2013-evolution-8ded99860006a3ea6ecf5ac50c2ae427d92b08ca.zip
Clean the idl-generated sources properly. Likewise.
2000-11-03 Federico Mena Quintero <federico@helixcode.com> * gui/Makefile.am: Clean the idl-generated sources properly. * cal-client/Makefile.am: Likewise. 2000-11-02 Federico Mena Quintero <federico@helixcode.com> * gui/dialogs/task-editor.c (init_widgets): The date editor's signal is now "changed". (completed_changed): Renamed callback to reflect the name of the signal. svn path=/trunk/; revision=6366
Diffstat (limited to 'calendar/cal-client')
-rw-r--r--calendar/cal-client/Makefile.am15
1 files changed, 2 insertions, 13 deletions
diff --git a/calendar/cal-client/Makefile.am b/calendar/cal-client/Makefile.am
index 56757e3946..dd5f3e60d2 100644
--- a/calendar/cal-client/Makefile.am
+++ b/calendar/cal-client/Makefile.am
@@ -71,16 +71,5 @@ client_test_LDADD = \
$(top_builddir)/libical/src/libical/libical.a \
libcal-client.la
-
-
-
-
-
-
-
-
-
-
-
-
-
+BUILT_SOURCES = $(CORBA_GENERATED)
+CLEANFILES += $(BUILT_SOURCES)