diff options
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 |