Mercurial > audlegacy-plugins
diff src/sun/Makefile @ 388:ad8e44bcdf8a trunk
[svn] reverted to 844, to be re-reconsidered later
| author | giacomo |
|---|---|
| date | Sun, 17 Dec 2006 08:46:44 -0800 |
| parents | 0c50f248ed10 |
| children | 550c9e382cf8 |
line wrap: on
line diff
--- a/src/sun/Makefile Sun Dec 17 07:06:34 2006 -0800 +++ b/src/sun/Makefile Sun Dec 17 08:46:44 2006 -0800 @@ -11,8 +11,8 @@ LIBDIR = $(plugindir)/$(OUTPUT_PLUGIN_DIR) OBJECTIVE_LIBS = libsun$(SHARED_SUFFIX) -CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I../../intl -I../.. -LIBADD = $(GTK_LIBS) $(AUDACIOUS_LIBS) +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. +LIBADD = $(GTK_LIBS) SOURCES= $(sunsources) OBJECTS= ${SOURCES:.c=.o}
