[pybliographer] Makefile: don't use srcdir in TESTS
- From: Germán Poó Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pybliographer] Makefile: don't use srcdir in TESTS
- Date: Fri, 14 Feb 2014 20:17:01 +0000 (UTC)
commit 80cd19a03fa0a154967f394c43530ac1c0aa85d1
Author: Alex Muñoz <amunoz src gnome org>
Date: Fri Feb 14 16:56:51 2014 -0300
Makefile: don't use srcdir in TESTS
https://bugzilla.gnome.org/show_bug.cgi?id=724377
tests/Makefile.am | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f490a16..98a7751 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,15 +21,15 @@
TESTS = \
- $(srcdir)/import-export \
- $(srcdir)/test-pybliocheck \
- $(srcdir)/convert \
- $(srcdir)/pyblioformat \
- $(srcdir)/pybliotex \
- $(srcdir)/compact \
- $(srcdir)/format \
- $(srcdir)/format2 \
- $(srcdir)/pybliotext
+ import-export \
+ test-pybliocheck \
+ convert \
+ pyblioformat \
+ pybliotex \
+ compact \
+ format \
+ format2 \
+ pybliotext
EXTRA_DIST = \
bibtex.bib \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]