From kde-commits Sun Dec 31 21:15:05 2006 From: Reinhold Kainhofer Date: Sun, 31 Dec 2006 21:15:05 +0000 To: kde-commits Subject: branches/work/kdepim-3.5.5+/libkcal/libical/src/libical Message-Id: <1167599705.509665.12503.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116759971822448 SVN commit 618279 by kainhofe: Remove icallangbind file from our copy of libical M +3 -7 branches/work/kdepim-3.5.5+/libkcal/libical/src/libical/Makefile.am D branches/work/kdepim-3.5.5+/libkcal/libical/src/libical/icallangbind.c D branches/work/kdepim-3.5.5+/libkcal/libical/src/libical/icallangbind.h --- branches/work/kdepim-3.5.5+/libkcal/libical/src/libical/Makefile.am #618278:618279 @@ -67,8 +67,7 @@ icalderivedvalue.c \ pvl.c \ sspm.c \ - vsnprintf.c \ - icallangbind.c + vsnprintf.c noinst_HEADERS = ical.h \ @@ -97,8 +96,7 @@ icalvalueimpl.h \ icalderivedvalue.h \ pvl.h \ - sspm.h \ - icallangbind.h + sspm.h # ORDERING OF HEADERS IS SIGNIFICANT. Don't change this ordering. It # is required to make the combined header ical.h properly @@ -126,8 +124,7 @@ $(srcdir)/icalerror.h \ $(srcdir)/icalrestriction.h \ $(srcdir)/sspm.h \ - $(srcdir)/icalmime.h \ - $(srcdir)/icallangbind.h + $(srcdir)/icalmime.h ical.h: $(COMBINEDHEADERS) echo '#ifdef __cplusplus' > ical.h @@ -230,7 +227,6 @@ icalderivedproperty.lo: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h icalderivedvalue.lo: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h icalduration.lo: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h -icallangbind.lo: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h icalmime.lo: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h icalparameter.lo: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h icalparser.lo: icalderivedvalue.h icalderivedproperty.h icalderivedparameter.h