Mercurial > audlegacy-plugins
diff src/flac/plugin_common/Makefile @ 779:5f53309bb7d8 trunk
[svn] - fix for missing ordinals, closes #830.
| author | nenolod |
|---|---|
| date | Sun, 04 Mar 2007 01:50:27 -0800 |
| parents | 454ad11020ec |
| children | f19e6748d8eb |
line wrap: on
line diff
--- a/src/flac/plugin_common/Makefile Sat Mar 03 22:55:57 2007 -0800 +++ b/src/flac/plugin_common/Makefile Sun Mar 04 01:50:27 2007 -0800 @@ -1,7 +1,7 @@ include ../../../mk/rules.mk include ../../../mk/init.mk -CFLAGS += $(PICFLAGS) -I.. -I../../.. +CFLAGS += $(PICFLAGS) -I.. -I../../.. -I../libflac OBJECTIVE_LIBS_NOINST = libplugin_common.a
