From 46f4446aa87741e63abcc45251bc35087837c3fb Mon Sep 17 00:00:00 2001 From: Johan Bilien Date: Mon, 1 Feb 2010 15:18:27 -0500 Subject: [PATCH] tests: Do not include built source in the distribution https://bugzilla.gnome.org/show_bug.cgi?id=608724 --- tests/invoke/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2