summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-09-17 11:23:21 -0400
committerColin Walters <walters@verbum.org>2010-09-17 11:25:46 -0400
commit2cfed30cd282c95988d392aea867f188e113dca9 (patch)
tree2f09a60d375308cb86c13a653b6b9dbeb39b17a5
parenta71fc1917ab4b641fee4466a0e9ffd36a072ad31 (diff)
downloadgjs-2cfed30cd282c95988d392aea867f188e113dca9.tar.gz
test: Fix up test scanning
Was broken by prefixing of nodist_.
-rw-r--r--Makefile-test.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile-test.am b/Makefile-test.am
index 40ec4fc8..a05e8aa4 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -83,7 +83,7 @@ Regress-1.0.gir: libregress.la Makefile
--library=libregress.la \
--libtool="$(top_builddir)/libtool" \
--output $@ \
- $(libregress_la_SOURCES)
+ $(nodist_libregress_la_SOURCES)
Regress-1.0.typelib: Regress-1.0.gir Makefile
$(AM_V_GEN) g-ir-compiler $< -o $@
@@ -94,7 +94,7 @@ GIMarshallingTests-1.0.gir: libgimarshallingtests.la Makefile
--library=libgimarshallingtests.la \
--libtool="$(top_builddir)/libtool" \
--output $@ \
- $(libgimarshallingtests_la_SOURCES)
+ $(nodist_libgimarshallingtests_la_SOURCES)
GIMarshallingTests-1.0.typelib: GIMarshallingTests-1.0.gir Makefile
$(AM_V_GEN) g-ir-compiler $< -o $@