summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@ginger.bigkitten.com>2008-05-29 13:57:08 -0700
committerDavid Schleef <ds@ginger.bigkitten.com>2008-05-29 13:57:08 -0700
commit74128fd0b3f857ed06411a1f6fd0a17907382db7 (patch)
tree3dd224dd27d8542e95a118c26c45912ba2a44f06
parent3f2f4de734538c39d41989c1e203d0d78e4da0ba (diff)
downloadliboil-74128fd0b3f857ed06411a1f6fd0a17907382db7.tar.gz
[orc] glib isn't used, so remove it from libs/cflags
-rw-r--r--examples/orc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/orc/Makefile.am b/examples/orc/Makefile.am
index 9023579..c91a3d8 100644
--- a/examples/orc/Makefile.am
+++ b/examples/orc/Makefile.am
@@ -1,8 +1,8 @@
noinst_PROGRAMS = jit simple
-AM_LDFLAGS = $(ORC_LIBS) $(GLIB_LIBS)
-AM_CFLAGS = $(ORC_CFLAGS) $(GLIB_CFLAGS)
+AM_LDFLAGS = $(ORC_LIBS)
+AM_CFLAGS = $(ORC_CFLAGS)
jit_SOURCES = jit.c