diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 11:30:55 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 11:30:55 +0000 |
commit | a642a56300874cabc18848d29d0b8cb882fa48db (patch) | |
tree | 8c91ffbf85f6100df5801d0cefd2b64eb551d62c /config.h.in | |
parent | d4ef5832c3e78458b87734f6d41e10846fc6ce1c (diff) | |
download | LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.tar.gz LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.tar.bz2 LibXtract-a642a56300874cabc18848d29d0b8cb882fa48db.zip |
Added simpletest example
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 58c3175..120d8f5 100644 --- a/config.h.in +++ b/config.h.in @@ -3,6 +3,9 @@ /* Build the pd example */ #undef BUILD_PD_EXAMPLE +/* Build the simpletest example */ +#undef BUILD_SIMPLETEST + /* Build the vector functions */ #undef BUILD_VECTOR |