[folks] Do not distribute _gen/param-spec-struct.h in tarballs or scan it with g-i



commit 280da67ec436f1f12cecf1e44307284ffdd84a02
Author: Simon McVittie <simon mcvittie collabora co uk>
Date:   Thu Apr 4 12:43:34 2013 +0100

    Do not distribute _gen/param-spec-struct.h in tarballs or scan it with g-i
    
    It isn't self-contained, and provokes a (non-fatal) syntax error from
    g-ir-scanner.
    
    Signed-off-by: Simon McVittie <simon mcvittie collabora co uk>
    Acked-by: Philip Withnall
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=697261

 tests/lib/telepathy/contactlist/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/tests/lib/telepathy/contactlist/Makefile.am b/tests/lib/telepathy/contactlist/Makefile.am
index 4c3761f..05d23f6 100644
--- a/tests/lib/telepathy/contactlist/Makefile.am
+++ b/tests/lib/telepathy/contactlist/Makefile.am
@@ -16,8 +16,11 @@ VAPIGENFLAGS += \
 
 noinst_LTLIBRARIES = libtp-test-contactlist.la
 
-libtp_test_contactlist_la_SOURCES = \
+nodist_libtp_test_contactlist_la_SOURCES = \
         _gen/param-spec-struct.h \
+       $(NULL)
+
+libtp_test_contactlist_la_SOURCES = \
         backend.c \
         backend.h \
         contact-list-manager.c \


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