diff options
Diffstat (limited to 'config/examples.am')
-rw-r--r-- | config/examples.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/examples.am b/config/examples.am index 9acd719..f29265c 100644 --- a/config/examples.am +++ b/config/examples.am @@ -44,8 +44,7 @@ # Assume that all tests in this directory are examples, and tell # conclude.am when to build them. -EXAMPLE_PROG = $(TEST_PROG_PARA) $(TEST_PROG) -EXTRA_PROG = $(EXAMPLE_PROG) +EXTRA_PROG = $(EXAMPLE_PROG) $(EXAMPLE_PROG_PARA) # We need to tell automake what to clean MOSTLYCLEANFILES=*.raw *.meta *.o |