diff src/shnplug/Makefile @ 2014:1ad002ce1bd0

Just a tiny cleanup.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Wed, 10 Oct 2007 11:11:26 +0300
parents b3002edfa3b9
children 6d33dffd1382
line wrap: on
line diff
--- a/src/shnplug/Makefile	Wed Oct 10 09:01:48 2007 +0300
+++ b/src/shnplug/Makefile	Wed Oct 10 11:11:26 2007 +0300
@@ -20,9 +20,9 @@
 plugindir := $(plugindir)/$(INPUT_PLUGIN_DIR)
 
 CFLAGS += $(PLUGIN_CFLAGS)
+LDFLAGS += $(AUDLDFLAGS)
 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(MOWGLI_CFLAGS) \
 	    $(PANGO_CFLAGS) $(ARCH_DEFINES) $(SIMD_CFLAGS) -I../../intl -I../.. -Wall
-LDFLAGS += $(AUDLDFLAGS)
 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS)
 
 # These were the additional link flags in the old Makefile: