[gnome-chess] Distribute libchess.vapi



commit f2f2842bff233d2e66479650af1313eaa9fa2d47
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat May 17 19:47:44 2014 -0500

    Distribute libchess.vapi
    
    This allows users to modify Vala files outside of lib/ without having to
    manually remove anything.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729042

 lib/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 8ed5fff..a7cb111 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -26,7 +26,9 @@ libchess_la_VALAFLAGS = \
        --header=libchess.h \
        --vapi=libchess.vapi
 
-EXTRA_DIST = libchess.h
+EXTRA_DIST = \
+       libchess.h \
+       libchess.vapi
 
 CLEANFILES = \
        $(patsubst %.vala,%.c,$(filter %.vala, $(SOURCES))) \


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