From: Johan Bilien Date: Mon, 1 Feb 2010 20:18:27 +0000 (-0500) Subject: tests: Do not include built source in the distribution X-Git-Tag: GOBJECT_INTROSPECTION_0_6_8~15 X-Git-Url: http://git.roojs.org/?p=gnome.gobject-introspection;a=commitdiff_plain;h=46f4446aa87741e63abcc45251bc35087837c3fb tests: Do not include built source in the distribution https://bugzilla.gnome.org/show_bug.cgi?id=608724 --- diff --git a/tests/invoke/Makefile.am b/tests/invoke/Makefile.am index ad3d097..fe02dee 100644 --- a/tests/invoke/Makefile.am +++ b/tests/invoke/Makefile.am @@ -6,7 +6,8 @@ testlibdir = /tmp install-testlibLTLIBRARIES: # prevent it from being installed testfns_la_SOURCES = \ - testfns.c \ + testfns.c +nodist_testfns_la_SOURCES = \ testfns-metadata.c testfns_la_CFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository testfns_la_LDFLAGS = -module -avoid-version