summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/psxtests/psx13/Makefile.am2
-rw-r--r--testsuites/psxtests/psxcancel/Makefile.am2
-rw-r--r--testsuites/psxtests/psxchroot01/Makefile.am2
-rw-r--r--testsuites/psxtests/psxfile01/Makefile.am2
-rw-r--r--testsuites/psxtests/psxmount/Makefile.am2
-rw-r--r--testsuites/psxtests/psxreaddir/Makefile.am2
-rw-r--r--testsuites/psxtests/psxstat/Makefile.am2
7 files changed, 7 insertions, 7 deletions
diff --git a/testsuites/psxtests/psx13/Makefile.am b/testsuites/psxtests/psx13/Makefile.am
index 74fc282f0a..6be1408386 100644
--- a/testsuites/psxtests/psx13/Makefile.am
+++ b/testsuites/psxtests/psx13/Makefile.am
@@ -7,7 +7,7 @@ TEST = psx13
MANAGERS = all
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = main.c test.c
+lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxcancel/Makefile.am b/testsuites/psxtests/psxcancel/Makefile.am
index a86d7dcc45..c1b6b1f241 100644
--- a/testsuites/psxtests/psxcancel/Makefile.am
+++ b/testsuites/psxtests/psxcancel/Makefile.am
@@ -7,7 +7,7 @@ TEST = psxcancel
MANAGERS = all
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = init.c
+lib_a_SOURCES = init.c ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxchroot01/Makefile.am b/testsuites/psxtests/psxchroot01/Makefile.am
index c8184413f6..e6b69685ae 100644
--- a/testsuites/psxtests/psxchroot01/Makefile.am
+++ b/testsuites/psxtests/psxchroot01/Makefile.am
@@ -7,7 +7,7 @@ TEST = psxchroot01
MANAGERS = all
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = main.c test.c
+lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxfile01/Makefile.am b/testsuites/psxtests/psxfile01/Makefile.am
index c814dbcbca..b1df07fd61 100644
--- a/testsuites/psxtests/psxfile01/Makefile.am
+++ b/testsuites/psxtests/psxfile01/Makefile.am
@@ -7,7 +7,7 @@ TEST = psxfile01
MANAGERS = all
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c
+lib_a_SOURCES = main.c test.c test_cat.c test_extend.c test_write.c ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxmount/Makefile.am b/testsuites/psxtests/psxmount/Makefile.am
index 01f231ed82..43fb8b5cbe 100644
--- a/testsuites/psxtests/psxmount/Makefile.am
+++ b/testsuites/psxtests/psxmount/Makefile.am
@@ -7,7 +7,7 @@ TEST = psxmount
MANAGERS = all
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = main.c test.c
+lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxreaddir/Makefile.am b/testsuites/psxtests/psxreaddir/Makefile.am
index 1afb7ee5c2..90c4f98408 100644
--- a/testsuites/psxtests/psxreaddir/Makefile.am
+++ b/testsuites/psxtests/psxreaddir/Makefile.am
@@ -7,7 +7,7 @@ TEST = psxreaddir
MANAGERS = all
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = main.c test.c
+lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)
diff --git a/testsuites/psxtests/psxstat/Makefile.am b/testsuites/psxtests/psxstat/Makefile.am
index 243f828450..3337b6a654 100644
--- a/testsuites/psxtests/psxstat/Makefile.am
+++ b/testsuites/psxtests/psxstat/Makefile.am
@@ -7,7 +7,7 @@ TEST = psxstat
MANAGERS = all
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = main.c test.c
+lib_a_SOURCES = main.c test.c ../include/pmacros.h
DOCTYPES = scn
DOCS = $(DOCTYPES:%=$(TEST).%)