diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 672ae36..921c980 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,9 @@ -orcbin_PROGRAMS = example1 mt19937ar volscale +orcbin_PROGRAMS = example1 mt19937ar + +if ENABLE_BACKEND_MMX +orcbin_PROGRAMS += volscale +endif AM_LDFLAGS = $(ORC_LIBS) AM_CFLAGS = $(ORC_CFLAGS) |