aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/Makefile.am1
2 files changed, 4 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index e7907ebef7..edb246f9e0 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-02 JP Rosevear <jpr@ximian.com>
+
+ * gui/Makefile.am: remove conduit dir creation
+
2004-03-02 Larry Ewing <lewing@ximian.com>
* gui/calendar-component.c: add untested start of dnd support for
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 5a8e40fc44..9f46f77399 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -254,7 +254,6 @@ BUILT_SOURCES = $(IDL_GENERATED) $(server_DATA)
CLEANFILES = $(BUILT_SOURCES)
install-data-local:
- $(mkinstalldirs) $(Conduitsdir); \
if test -z "$(DESTDIR)"; then \
for p in $(schema_DATA); do \
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \