Displaying 2 results from an estimated 2 matches for "3a23d9a".
2015 Aug 04
2
[PATCH] automake: Admit defeat and use 'subdir-objects'.
...b/mllib/Makefile.am
@@ -52,8 +52,8 @@ SOURCES_ML = \
JSON.ml
SOURCES_C = \
- $(top_srcdir)/fish/progress.c \
- $(top_srcdir)/fish/uri.c \
+ ../fish/progress.c \
+ ../fish/uri.c \
fsync-c.c \
mkdtemp-c.c \
progress-c.c \
diff --git a/resize/Makefile.am b/resize/Makefile.am
index 773eac4..3a23d9a 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -32,11 +32,11 @@ SOURCES_ML = \
resize.ml
SOURCES_C = \
- $(top_srcdir)/mllib/fsync-c.c \
- $(top_srcdir)/fish/progress.c \
- $(top_srcdir)/mllib/progress-c.c \
- $(top_srcdir)/fish/uri.c \
- $(top_srcdir)/mllib/uri-c.c
+ ../mllib/fsy...
2015 Aug 06
20
[PATCH v4 00/17] tests: Introduce test harness for running tests.
Since v3:
- A large number of fixes, especially for running the tests on
installed libguestfs.
- Fixed EXTRA_DIST rules throughout.
- Extra patch 17/17 which is a tidy-up of the generated XML
listing guests.
Rich.