summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-15 17:24:25 -0400
committerColin Walters <walters@verbum.org>2010-09-15 17:24:41 -0400
commit2bd4e1f14c908a61c0a9845bff5e8aaccf09653d (patch)
tree34a307e4f6187794e66807d9ec50b510e5304b79
parent512e524b482e1685d567efe88bd26901cce467eb (diff)
downloadgjs-2bd4e1f14c908a61c0a9845bff5e8aaccf09653d.tar.gz
build: Don't attempt to dist sources copied from g-i
-rw-r--r--Makefile-test.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile-test.am b/Makefile-test.am
index f8ac7677..3fca1c73 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -67,10 +67,10 @@ testlib_LTLIBRARIES = libregress.la libgimarshallingtests.la
testlibdir = $(prefix)/unused
install-testlibLTLIBRARIES: # prevent it from being installed
-libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
+nodist_libregress_la_SOURCES = $(GI_DATADIR)/tests/regress.c $(GI_DATADIR)/tests/regress.h
libregress_la_CFLAGS = $(GJS_CFLAGS) $(GJS_CAIRO_CFLAGS)
libregress_la_LDFLAGS = -avoid-version $(GJS_LIBS) $(GJS_CAIRO_LIBS)
-libgimarshallingtests_la_SOURCES = $(GI_DATADIR)/tests/gimarshallingtests.c $(GI_DATADIR)/tests/gimarshallingtests.h
+nodist_libgimarshallingtests_la_SOURCES = $(GI_DATADIR)/tests/gimarshallingtests.c $(GI_DATADIR)/tests/gimarshallingtests.h
libgimarshallingtests_la_CFLAGS = $(GJS_CFLAGS)
libgimarshallingtests_la_LDFLAGS = -avoid-version $(GJS_LIBS)