diff options
author | David Schleef <ds@schleef.org> | 2009-04-27 18:58:28 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2009-04-27 18:58:28 -0700 |
commit | 712ae2a01f0e74d9eeac28546b9b26256c9a23b5 (patch) | |
tree | e4f829d60943e3e82b41365a99adc5616c4cb56e /Makefile.am | |
parent | ece97bc8b385531c8f6a3ed8c0cfcfe4e2cfd892 (diff) |
Add orc-float library
Also fix some core features for 8-byte values
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e43dde4..65eeed8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = orc orc-pixel orc-test testsuite examples doc tools +SUBDIRS = orc orc-float orc-pixel orc-test testsuite examples doc tools EXTRA_DIST = COPYING autogen.sh gtk-doc.make |