[libgnome-keyring] Fixes for parallel builds and distcheck
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnome-keyring] Fixes for parallel builds and distcheck
- Date: Tue, 31 Jan 2012 14:51:34 +0000 (UTC)
commit d1cc02aa5a001bec50367d9f48420978925f44a9
Author: Stef Walter <stefw gnome org>
Date: Tue Jan 31 15:50:55 2012 +0100
Fixes for parallel builds and distcheck
library/tests/Makefile.am | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/library/tests/Makefile.am b/library/tests/Makefile.am
index 7b67470..f992569 100644
--- a/library/tests/Makefile.am
+++ b/library/tests/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
+ -I$(top_srcdir) \
-I$(top_srcdir)/library \
-DSRCDIR="\"@abs_srcdir \"" \
$(LIBRARY_CFLAGS)
@@ -21,7 +22,7 @@ libmock_service_la_LIBADD = \
LDADD = \
$(top_builddir)/egg/libegg.la \
$(top_builddir)/library/libgnome-keyring-testable.la \
- $(top_builddir)/library/tests/libmock-service.la \
+ libmock-service.la \
$(LIBRARY_LIBS)
TEST_PROGS = \
@@ -42,7 +43,9 @@ noinst_PROGRAMS = \
EXTRA_DIST = \
test-gi.py \
- mock
+ mock \
+ mock-service-normal.py \
+ mock-service-cancel.py
test: $(TEST_PROGS)
gtester -k --verbose $(TEST_PROGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]