summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-09-16 14:01:06 -0700
committerDavid Schleef <ds@schleef.org>2010-09-16 14:01:06 -0700
commit11ae2408017122eaa49ced43d38404bd4f5d59a2 (patch)
treee624a0128e4aa84d16af25aa6cd993eb765bd815
parente07b6388eb32f9fc4d21aaa0431615ebd2c2c995 (diff)
Remove usage of orcbin
-rw-r--r--configure.ac2
-rw-r--r--examples/Makefile.am6
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)