Signed-off-by: Paul Moore <[email protected]> --- src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am index a9bfe6a..893be69 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,9 +37,7 @@ SOURCES_GEN = \ TESTS = arch-syscall-check -noinst_PROGRAMS = arch-syscall-dump - -check_PROGRAMS = arch-syscall-check +check_PROGRAMS = arch-syscall-check arch-syscall-dump noinst_LTLIBRARIES = libseccomp-internal.la lib_LTLIBRARIES = libseccomp.la ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ libseccomp-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss
