Mercurial > audlegacy
changeset 603:124891a14ae2 trunk
[svn] fixes
author | nenolod |
---|---|
date | Fri, 03 Feb 2006 06:36:31 -0800 |
parents | c1fca3e01a84 |
children | 8e1a0719e4a5 |
files | Plugins/Input/sexypsf/Makefile.in |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/sexypsf/Makefile.in Fri Feb 03 06:34:31 2006 -0800 +++ b/Plugins/Input/sexypsf/Makefile.in Fri Feb 03 06:36:31 2006 -0800 @@ -5,8 +5,6 @@ LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) -LDFLAGS = $(PLUGIN_LDFLAGS) - SOURCES = \ PsxBios.c \ PsxCounters.c \ @@ -23,4 +21,6 @@ LIBADD = -lz -CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. +OBJECTS = ${SOURCES:.c=.o} + +CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../../intl -I../../.. -Ispu/ -I.