Do not distribute _gen/param-spec-struct.h in tarballs or scan it with g-i
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 4 Apr 2013 11:43:34 +0000 (12:43 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 23 Aug 2013 16:59:16 +0000 (17:59 +0100)
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

index 4c3761f..05d23f6 100644 (file)
@@ -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 \