summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-03-31 21:33:09 -0700
committerDavid Schleef <ds@schleef.org>2009-03-31 21:33:09 -0700
commit157a9a7a1566a43d5b185f49880096dc1f5a3ff6 (patch)
tree7f3ca65d9b241b4be654a3353f39fa7642fc6eb3 /examples
parent663e6245cf316dd45e05ba0626febf5b5b95001b (diff)
Install orc tests into $prefix/lib/orc/
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index f9783be..3216bf5 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,5 @@
-noinst_PROGRAMS = jit simple mt19937ar
+orcbin_PROGRAMS = jit simple mt19937ar
AM_LDFLAGS = $(ORC_LIBS)
AM_CFLAGS = $(ORC_CFLAGS)