diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-21 13:39:15 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-01-21 13:39:15 +0000 |
commit | 5a86fb0bbbb8fdcf640e2d10cdaa658fe86cf00e (patch) | |
tree | d02047b5959180faf1da9c4f4118c554b2a6ec5b /src/Makefile.in | |
parent | bc92a8ff9fb14049db009599257f0b58cb361d30 (diff) |
+ added mooPdUtils.h and some MOO_UNUSED macros
svn path=/trunk/externals/moocow/pdstring/; revision=10582
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
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@ |