Remove usage of orcbin
authorDavid Schleef <ds@schleef.org>
Thu, 16 Sep 2010 21:01:06 +0000 (14:01 -0700)
committerDavid Schleef <ds@schleef.org>
Thu, 16 Sep 2010 21:01:06 +0000 (14:01 -0700)
configure.ac
examples/Makefile.am

index 417b56b..9e88e14 100644 (file)
@@ -180,8 +180,6 @@ AC_SUBST(ORC_LIBS)
 pkgconfigdir="\$(libdir)/pkgconfig"
 AC_SUBST(pkgconfigdir)
 
-orcbindir="\$(libdir)/orc/"
-AC_SUBST(orcbindir)
 
 AC_CONFIG_FILES([
 Makefile 
index 3cd9bae..c6c9944 100644 (file)
@@ -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)