From 11ae2408017122eaa49ced43d38404bd4f5d59a2 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 16 Sep 2010 14:01:06 -0700 Subject: [PATCH] Remove usage of orcbin --- configure.ac | 2 -- examples/Makefile.am | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 417b56b..9e88e14 100644 --- a/configure.ac +++ b/configure.ac @@ -180,8 +180,6 @@ AC_SUBST(ORC_LIBS) pkgconfigdir="\$(libdir)/pkgconfig" AC_SUBST(pkgconfigdir) -orcbindir="\$(libdir)/orc/" -AC_SUBST(orcbindir) AC_CONFIG_FILES([ Makefile 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) -- 2.7.4