[gjs] test: Fix up test scanning
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] test: Fix up test scanning
- Date: Fri, 17 Sep 2010 15:24:24 +0000 (UTC)
commit 2cfed30cd282c95988d392aea867f188e113dca9
Author: Colin Walters <walters verbum org>
Date: Fri Sep 17 11:23:21 2010 -0400
test: Fix up test scanning
Was broken by prefixing of nodist_.
Makefile-test.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index 40ec4fc..a05e8aa 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 $@
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]