aboutsummaryrefslogtreecommitdiff
path: root/pdstring+wchar/configure.ac
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-24 22:43:09 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-24 22:43:09 +0000
commit2fca84eeb6f1079b1f8a0723f5d2b176aa1b62e3 (patch)
treec8151eeb0fb112823680cba4538cd49198594018 /pdstring+wchar/configure.ac
parentd126e78f7728e131b0617a0318fcf6a45ad40844 (diff)
+ added basic pdstringUtils.c, bytes2wchars.c
svn path=/trunk/externals/moocow/; revision=10617
Diffstat (limited to 'pdstring+wchar/configure.ac')
-rw-r--r--pdstring+wchar/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdstring+wchar/configure.ac b/pdstring+wchar/configure.ac
index 30ca59b..cca35f6 100644
--- a/pdstring+wchar/configure.ac
+++ b/pdstring+wchar/configure.ac
@@ -88,7 +88,7 @@ esac
##------- PD externals: hack EXEEXT?
PD_LIB_EXTERNALS="pdstring"
-PD_OBJ_EXTERNALS="any2bytes bytes2any"
+PD_OBJ_EXTERNALS="any2bytes bytes2any bytes2wchars"
AC_ARG_ENABLE(object-externals,
AC_HELP_STRING([--enable-object-externals], [Whether to build single-object externals (default=no)]),