summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-08-01 09:49:20 +0000
committerDavid Schleef <ds@schleef.org>2005-08-01 09:49:20 +0000
commit6221d08ea2092d1e8d8429ea4b24554f88ada1c9 (patch)
tree97138e634276d5d241dd7ba948610e02ad35114e /Makefile.am
parent48c9a788517b68892535519456a3fb4424408890 (diff)
* Makefile.am: add 'foreign' to automake flags
* configure.ac: add some dirs * examples/Makefile.am: same * examples/memcpy-speed.c: (main): change back to gromit's cpu * examples/oil-inspect.c: (oil_print_impl): Don't run non-runnable implementations. * examples/oil-test.c: (dump_array), (main): minor fixes * examples/taylor/Makefile.am: new * examples/taylor/example1.c: new * liboil/Makefile.am: add dirs * liboil/colorspace/composite.c: (composite_over_argb_noclamp_2): alternate clamping version * liboil/simdpack/scalarmult.c: add unrolled impls * testsuite/instruction/check-instructions.pl: fixes * liboil/fb/Makefile.am: new * liboil/fb/fbmmx.h: new * liboil/fb/fbmmx.c: new
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f2f4f64..3d35d50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,6 @@
+AUTOMAKE_OPTIONS = foreign
+
SUBDIRS = liboil testsuite examples doc
EXTRA_DIST = COPYING autogen.sh gtk-doc.make