[evolution-data-server] Fixing broken vala makefile.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fixing broken vala makefile.
- Date: Fri, 15 Feb 2013 09:47:15 +0000 (UTC)
commit 510b1f7c85a94b1c6a51f54e1cb2d45cad207d7b
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Fri Feb 15 18:46:05 2013 +0900
Fixing broken vala makefile.
My last commit pulled back in the ECalendar vala api, which is for
some reason removed in master, fixed this by re-removing it from
the vala Makefile.am.
vala/Makefile.am | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/vala/Makefile.am b/vala/Makefile.am
index 5265332..449d13e 100644
--- a/vala/Makefile.am
+++ b/vala/Makefile.am
@@ -3,20 +3,17 @@ vapi_DATA = \
libedataserver-1.2.vapi \
libebook-1.2.vapi \
libebook-contacts-1.2.vapi \
- libecalendar-1.2.vapi \
$(NULL)
dist_vapi_DATA = \
libedataserver-1.2.deps \
libebook-1.2.deps \
libebook-contacts-1.2.deps \
- libecalendar-1.2.deps \
$(NULL)
EXTRA_DIST = \
EBook-1.2.metadata \
EBookContacts-1.2.metadata \
libebook-contacts-1.2-custom.vala \
- ECalendar-1.2.metadata \
EDataServer-1.2.metadata \
$(NULL)
@@ -38,18 +35,6 @@ libedataserver-1.2.vapi: $(top_builddir)/libedataserver/EDataServer-1.2.gir lib
$< \
$(NULL)
-libecalendar-1.2.vapi: $(top_builddir)/calendar/libecal/ECalendar-1.2.gir libedataserver-1.2.vapi
- $(VAPIGEN_V)$(VAPIGEN) \
- --vapidir=. \
- --girdir=$(top_builddir)/libedataserver \
- --pkg libedataserver-1.2 \
- --pkg gio-2.0 \
- --pkg libxml-2.0 \
- --library libecalendar-1.2 \
- --metadatadir=$(srcdir) \
- $< \
- $(NULL)
-
libebook-contacts-1.2.vapi: $(top_builddir)/addressbook/libebook-contacts/EBookContacts-1.2.gir
libedataserver-1.2.vapi libebook-contacts-1.2-custom.vala
$(VAPIGEN_V)$(VAPIGEN) \
--vapidir=. \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]