Mercurial > audlegacy
changeset 574:80a301d11c77 trunk
[svn] Add -I../.. here to satisfy OSS header dependency (O_o)
author | nenolod |
---|---|
date | Thu, 02 Feb 2006 15:42:11 -0800 |
parents | bf6561ddaf01 |
children | 59602b2e2781 |
files | Plugins/Input/cdaudio/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/cdaudio/Makefile.in Thu Feb 02 15:40:33 2006 -0800 +++ b/Plugins/Input/cdaudio/Makefile.in Thu Feb 02 15:42:11 2006 -0800 @@ -9,7 +9,7 @@ OBJECTS = ${SOURCES:.c=.o} -CFLAGS += -fPIC -DPIC @GTK_CFLAGS@ -I../../../intl -I../../.. +CFLAGS += -fPIC -DPIC @GTK_CFLAGS@ -I../../../intl -I../../.. -I../.. libcdaudio.so: $(OBJECTS) $(CC) $(CFLAGS) -shared -o $@ $(OBJECTS)