summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/tmtests/tm22
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/tmtests/tm22')
-rw-r--r--testsuites/ada/tmtests/tm22/Makefile.am2
-rw-r--r--testsuites/ada/tmtests/tm22/init.c (renamed from testsuites/ada/tmtests/tm22/config.h)2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/ada/tmtests/tm22/Makefile.am b/testsuites/ada/tmtests/tm22/Makefile.am
index b40061c52e..d042545351 100644
--- a/testsuites/ada/tmtests/tm22/Makefile.am
+++ b/testsuites/ada/tmtests/tm22/Makefile.am
@@ -5,7 +5,7 @@ include $(top_srcdir)/ada.am
noinst_PROGRAMS = ada_tm22
ada_tm22_SOURCES = tm22.adb config.h tmtest.adb tmtest.ads
-ada_tm22_SOURCES += ../../support/init.c
+ada_tm22_SOURCES += init.c
ada_tm22$(EXEEXT): tm22.adb init.$(OBJEXT)
$(GNATCOMPILE) -margs -a $< -o $@
diff --git a/testsuites/ada/tmtests/tm22/config.h b/testsuites/ada/tmtests/tm22/init.c
index 7da538839e..368119d9a3 100644
--- a/testsuites/ada/tmtests/tm22/config.h
+++ b/testsuites/ada/tmtests/tm22/init.c
@@ -29,6 +29,6 @@
#define CONFIGURE_MAXIMUM_POSIX_THREADS 10
#define CONFIGURE_MAXIMUM_POSIX_KEYS 10
-#include <rtems/confdefs.h>
+#include "../../support/initimpl.h"
/* end of include file */