[dconf] remove dconf vapi (now upstream in vala)



commit 3e78cb9a69adc4aeb4867952b7b7d8082a0d372e
Author: Ryan Lortie <desrt desrt ca>
Date:   Fri Sep 4 12:08:18 2009 -0400

    remove dconf vapi (now upstream in vala)

 editor/Makefile.am |    2 +-
 editor/dconf.vapi  |   58 ----------------------------------------------------
 2 files changed, 1 insertions(+), 59 deletions(-)
---
diff --git a/editor/Makefile.am b/editor/Makefile.am
index 51ee3f4..3766d1f 100644
--- a/editor/Makefile.am
+++ b/editor/Makefile.am
@@ -18,7 +18,7 @@ dconf_editor_SOURCES = \
 
 
 dconf-editor.vala.stamp: $(dconf_editor_VALASOURCES)
-	valac -C --pkg gtk+-2.0 dconf.vapi $^
+	valac -C --pkg gtk+-2.0 --pkg dconf $^
 	touch $@
 
 CLEANFILES = *.c *.h dconf-editor.vala.stamp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]