[gnome-online-accounts] build: Fix srcdir != builddir



commit 391f116252d4606b0c983f3d52e5421f3fef9637
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Jan 11 17:13:01 2016 +0100

    build: Fix srcdir != builddir
    
    The Vala documentation [1] is wrong about Foo-1.0-custom.vala. Since we
    don't need a custom Vala, let's just drop it for the time being.
    
    Fall out from 3330b027803ce805c7a720c51441975ad25fc834
    
    [1] https://wiki.gnome.org/Projects/Vala/UpstreamGuide#Autotools_Integration
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759571

 src/goa/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/goa/Makefile.am b/src/goa/Makefile.am
index 66fc405..43e0ac7 100644
--- a/src/goa/Makefile.am
+++ b/src/goa/Makefile.am
@@ -136,13 +136,13 @@ CLEANFILES += $(gir_DATA) $(typelibs_DATA)
 if ENABLE_VAPIGEN
 -include $(VAPIGEN_MAKEFILE)
 
-goa-1.0.vapi: Goa-1.0.gir Goa-1.0.metadata Goa-1.0-custom.vala goa-1.0.deps
+goa-1.0.vapi: Goa-1.0.gir Goa-1.0.metadata goa-1.0.deps
 
 VAPIGEN_VAPIS = goa-1.0.vapi
 
 goa_1_0_vapi_DEPS = gio-2.0
 goa_1_0_vapi_METADATADIRS = $(srcdir)
-goa_1_0_vapi_FILES = Goa-1.0.gir Goa-1.0-custom.vala
+goa_1_0_vapi_FILES = Goa-1.0.gir
 
 goa-1.0.deps:
        $(AM_V_GEN) for pkg in $(goa_1_0_vapi_DEPS); do \
@@ -154,7 +154,7 @@ vapi_DATA = $(VAPIGEN_VAPIS) $(VAPIGEN_VAPIS:.vapi=.deps)
 
 CLEANFILES += $(vapi_DATA)
 
-EXTRA_DIST += Goa-1.0.metadata Goa-1.0-custom.vala
+EXTRA_DIST += Goa-1.0.metadata
 
 endif # ENABLE_VAPIGEN
 


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