summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-03-17 20:04:13 +0000
committerDavid Schleef <ds@schleef.org>2005-03-17 20:04:13 +0000
commit05f810b841db9fdd184f10279d992fecdfd9b102 (patch)
tree73954c1c81b72bc7c7249f9450a6058f41883e2b /examples
parente48ec6dea60c33d181c5c247d941d104f4229a2f (diff)
downloadliboil-05f810b841db9fdd184f10279d992fecdfd9b102.tar.gz
* examples/work/Makefile.am: yet another random change
* examples/work/work.c: (main): same * liboil/liboilcpu.c: (test_altivec): powerpc fixes * liboil/simdpack/Makefile.am: remove i386 flags
Diffstat (limited to 'examples')
-rw-r--r--examples/work/Makefile.am2
-rw-r--r--examples/work/work.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/work/Makefile.am b/examples/work/Makefile.am
index a0474dc..4ff1f58 100644
--- a/examples/work/Makefile.am
+++ b/examples/work/Makefile.am
@@ -5,7 +5,7 @@ else
noinst_PROGRAMS =
endif
-work_SOURCES = work.c conv.c
+work_SOURCES = work.c
AM_LDFLAGS = $(LIBOIL_LIBS) $(GLIB_LIBS)
diff --git a/examples/work/work.c b/examples/work/work.c
index 79027e5..c1032d6 100644
--- a/examples/work/work.c
+++ b/examples/work/work.c
@@ -167,7 +167,7 @@ int main (int argc, char *argv[])
oil_init ();
- register_impls();
+ //register_impls();
klass = oil_class_get (klass_name);
if (klass == NULL) {