summaryrefslogtreecommitdiff
path: root/examples/orc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/orc/Makefile.am')
-rw-r--r--examples/orc/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/orc/Makefile.am b/examples/orc/Makefile.am
deleted file mode 100644
index c91a3d8..0000000
--- a/examples/orc/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-
-noinst_PROGRAMS = jit simple
-
-AM_LDFLAGS = $(ORC_LIBS)
-AM_CFLAGS = $(ORC_CFLAGS)
-
-jit_SOURCES = jit.c
-
-simple_SOURCES = simple.c
-