diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-12 22:14:51 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-12 22:14:51 +0000 |
commit | fa91a07f8f6ced306f2a42ccfd4c30d478ee11a6 (patch) | |
tree | ea0c0b490b1912c838c01abb54ae20f618ca21eb /Makefile.in | |
parent | 4be9db3a7bee4bb8c254ae26253a7ed70390589b (diff) |
+ pdstring: added abstractions any2string.pd, string2any.pd for single-object-external builds
+ locale: added uselocale.pd (not installed by default)
svn path=/trunk/externals/moocow/pdstring/; revision=10762
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 3385acc..467b14b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -391,6 +391,7 @@ distclean-tags: distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) + $(mkdir_p) $(distdir)/src @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ |