Mercurial > audlegacy
diff Plugins/Input/timidity/src/Makefile.am @ 290:5ca6e39394b5 trunk
[svn] GThreadify and fix includes. And although it compiles, let us not ship this. No playback at all.
| author | chainsaw |
|---|---|
| date | Fri, 16 Dec 2005 11:25:47 -0800 |
| parents | d1762728ea4b |
| children |
line wrap: on
line diff
--- a/Plugins/Input/timidity/src/Makefile.am Wed Dec 14 11:36:27 2005 -0800 +++ b/Plugins/Input/timidity/src/Makefile.am Fri Dec 16 11:25:47 2005 -0800 @@ -12,4 +12,4 @@ xmms-timidity.c \ xmms-timidity.h -INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir) -I../libtimidity +INCLUDES = $(GTK_CFLAGS) -I$(top_builddir)/intl -I$(top_srcdir) -I../libtimidity
