From 5a86fb0bbbb8fdcf640e2d10cdaa658fe86cf00e Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Wed, 21 Jan 2009 13:39:15 +0000 Subject: + added mooPdUtils.h and some MOO_UNUSED macros svn path=/trunk/externals/moocow/pdstring/; revision=10582 --- src/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index f71cc8b..f454607 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -214,9 +214,9 @@ pddoc_DATA = \ #----------------------------------------------------------------------- # sources #----------------------------------------------------------------------- -pdstring_SOURCES = pdstring.c -any2string_SOURCES = any2string.c -string2any_SOURCES = string2any.c +pdstring_SOURCES = pdstring.c mooPdUtils.h +any2string_SOURCES = any2string.c mooPdUtils.h +string2any_SOURCES = string2any.c mooPdUtils.h #GLIB_IFLAGS = @GLIB_IFLAGS@ #GLIB_LFLAGS = @GLIB_LFLAGS@ -- cgit v1.2.1