From 280da67ec436f1f12cecf1e44307284ffdd84a02 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 4 Apr 2013 12:43:34 +0100 Subject: [PATCH] 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 Acked-by: Philip Withnall Bug: https://bugzilla.gnome.org/show_bug.cgi?id=697261 --- tests/lib/telepathy/contactlist/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \ -- 2.7.4