From 0d8513a9086f284cb2cd33beacfd4e8d64adcc44 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Thu, 26 Jul 2007 12:20:50 +0000 Subject: pdstring v0.05 + added persistent string buffer to any2string + added initial buffer size and eos-character arguments to any2string, string2any - defaults are backwards-compatible but ugly + added --enable-object-externals option to configure svn path=/trunk/externals/moocow/pdstring/; revision=8247 --- src/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2ff35cd..fcc75a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,17 +39,17 @@ EXTRA_PROGRAMS = \ pdexterns_DATA = ## --- documentation -pddoc_DATA = pdstring-help.pd +pddoc_DATA = \ + pdstring-help.pd \ + any2string-help.pd \ + string2any-help.pd #----------------------------------------------------------------------- # sources #----------------------------------------------------------------------- -pdstring_SOURCES = \ - any2string.c \ - string2any.c \ - pdstring.c +pdstring_SOURCES = pdstring.c any2string_SOURCES = any2string.c -- cgit v1.2.1