diff options
author | David Schleef <ds@schleef.org> | 2010-09-16 14:01:06 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-09-16 14:01:06 -0700 |
commit | 11ae2408017122eaa49ced43d38404bd4f5d59a2 (patch) | |
tree | e624a0128e4aa84d16af25aa6cd993eb765bd815 /examples | |
parent | e07b6388eb32f9fc4d21aaa0431615ebd2c2c995 (diff) | |
download | orc-11ae2408017122eaa49ced43d38404bd4f5d59a2.tar.gz |
Remove usage of orcbin
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 3cd9bae..c6c9944 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,8 +1,8 @@ -orcbin_PROGRAMS = mt19937ar +noinst_PROGRAMS = if CROSS_COMPILING else -orcbin_PROGRAMS += example1 example2 example3 mt19937ar +noinst_PROGRAMS += example1 example2 example3 mt19937ar BUILT_SOURCES = example1orc.c example1orc.h \ example2orc.c example2orc.h \ @@ -11,7 +11,7 @@ BUILT_SOURCES = example1orc.c example1orc.h \ endif if ENABLE_BACKEND_MMX -orcbin_PROGRAMS += volscale +noinst_PROGRAMS += volscale endif AM_LDFLAGS = $(ORC_LIBS) |