Mercurial > audlegacy
changeset 724:cee582b99770 trunk
[svn] - fix this stupid thing
author | nenolod |
---|---|
date | Mon, 27 Feb 2006 06:25:36 -0800 |
parents | d108cc745b64 |
children | 167ba5a8c15a |
files | Plugins/Output/jack/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Output/jack/Makefile.in Sun Feb 26 22:40:13 2006 -0800 +++ b/Plugins/Output/jack/Makefile.in Mon Feb 27 06:25:36 2006 -0800 @@ -7,7 +7,7 @@ LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) -CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(JACK_CFLAGS) -Wall $(SAMPLERATE_CFLAGS) -I../../../intl -I../../.. +CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -Wall $(SAMPLERATE_CFLAGS) -I../../../intl -I../../.. LIBADD = $(GTK_LIBS) $(JACK_LIBS) $(SAMPLERATE_LIBS) -lpthread OBJECTS = ${SOURCES:.c=.o}