diff options
| author | David Schleef <ds@schleef.org> | 2010-06-07 16:39:57 -0700 |
|---|---|---|
| committer | David Schleef <ds@schleef.org> | 2010-06-07 18:20:14 -0700 |
| commit | ca98d41c4f33af9f8c12d403e06a9926bfd70f59 (patch) | |
| tree | b1d8c4f5b9c93956bf7121b5708c9e11438082e1 /testsuite | |
| parent | 9480e3862d66c687958f249026738166b453c8c3 (diff) | |
tests: remove accidental commit of liboil cflags
Diffstat (limited to 'testsuite')
| -rw-r--r-- | testsuite/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 50727c3..981e3cf 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -36,8 +36,8 @@ noinst_PROGRAMS += compile_opcodes_sys_neon \ compile_parse_neon endif -AM_CFLAGS = $(ORC_CFLAGS) -I/usr/local/include/liboil-0.3/ -LIBS = $(ORC_LIBS) $(top_builddir)/orc-test/liborc-test-@ORC_MAJORMINOR@.la -loil-0.3 +AM_CFLAGS = $(ORC_CFLAGS) +LIBS = $(ORC_LIBS) $(top_builddir)/orc-test/liborc-test-@ORC_MAJORMINOR@.la compile_opcodes_float_c_LDADD = \ $(top_builddir)/orc-float/liborc-float-@ORC_MAJORMINOR@.la |
