diff options
Diffstat (limited to 'atf-c/detail/Makefile.am.inc')
-rw-r--r-- | atf-c/detail/Makefile.am.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atf-c/detail/Makefile.am.inc b/atf-c/detail/Makefile.am.inc index 20a8dc57c205d..8116a24e82157 100644 --- a/atf-c/detail/Makefile.am.inc +++ b/atf-c/detail/Makefile.am.inc @@ -96,4 +96,7 @@ tests_atf_c_detail_PROGRAMS += atf-c/detail/user_test atf_c_detail_user_test_SOURCES = atf-c/detail/user_test.c atf_c_detail_user_test_LDADD = atf-c/detail/libtest_helpers.la libatf-c.la +tests_atf_c_detail_PROGRAMS += atf-c/detail/version_helper +atf_c_detail_version_helper_SOURCES = atf-c/detail/version_helper.c + # vim: syntax=make:noexpandtab:shiftwidth=8:softtabstop=8 |