tests: Do not include built source in the distribution
authorJohan Bilien <jobi@litl.com>
Mon, 1 Feb 2010 20:18:27 +0000 (15:18 -0500)
committerJohan Bilien <jobi@litl.com>
Mon, 1 Feb 2010 20:36:19 +0000 (15:36 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=608724

tests/invoke/Makefile.am

index ad3d097..fe02dee 100644 (file)
@@ -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