[gobject-introspection] tests: Do not include built source in the distribution



commit 46f4446aa87741e63abcc45251bc35087837c3fb
Author: Johan Bilien <jobi litl com>
Date:   Mon Feb 1 15:18:27 2010 -0500

    tests: Do not include built source in the distribution
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608724

 tests/invoke/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
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



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