Mercurial > audlegacy-plugins
comparison src/timidity/libtimidity/Makefile @ 26:67b56e61de74 trunk
[svn] - fix some build errors
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 04:09:53 -0700 |
| parents | eab0c4241348 |
| children | 550c9e382cf8 |
comparison
equal
deleted
inserted
replaced
| 25:dae9233742ae | 26:67b56e61de74 |
|---|---|
| 15 resample.c \ | 15 resample.c \ |
| 16 stream.c \ | 16 stream.c \ |
| 17 tables.c \ | 17 tables.c \ |
| 18 timidity.c | 18 timidity.c |
| 19 | 19 |
| 20 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../.. | 20 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../.. |
| 21 | 21 |
| 22 OBJECTS = ${SOURCES:.c=.o} | 22 OBJECTS = ${SOURCES:.c=.o} |
| 23 | 23 |
| 24 include ../../../mk/objective.mk | 24 include ../../../mk/objective.mk |
| 25 | 25 |
