X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=632602f2a47fb2a21fea6945ab9503bda5e45f65;hb=8fa760ba9873f50b445c9d0e86220edcbb3a30dc;hp=25ad0ac582091cfaae96bdbfac880e55f0e084be;hpb=33b34c437c354e1c065e33151135bc2e57e2e29c;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 25ad0ac5..632602f2 100644 --- a/configure.ac +++ b/configure.ac @@ -417,6 +417,7 @@ AC_CONFIG_FILES([ tests/bin/intersection/Makefile tests/lib/Makefile tests/lib/writer/Makefile + tests/lib/test-plugin-plugins/Makefile tests/utils/Makefile tests/utils/tap/Makefile extras/Makefile @@ -439,6 +440,7 @@ AC_CONFIG_FILES([ #AC_CONFIG_FILES([converter/babeltrace], [chmod +x converter/babeltrace]) AC_CONFIG_FILES([tests/lib/test_ctf_writer_complete], [chmod +x tests/lib/test_ctf_writer_complete]) +AC_CONFIG_FILES([tests/lib/test_plugin_complete], [chmod +x tests/lib/test_plugin_complete]) AC_CONFIG_FILES([tests/lib/test_seek_big_trace], [chmod +x tests/lib/test_seek_big_trace]) AC_CONFIG_FILES([tests/lib/test_seek_empty_packet], [chmod +x tests/lib/test_seek_empty_packet]) AC_CONFIG_FILES([tests/lib/test_dwarf_complete], [chmod +x tests/lib/test_dwarf_complete])