Mercurial > audlegacy
diff src/audacious/Makefile @ 2721:ca8aadb83ff8 trunk
[svn] - fix compilation
| author | nenolod |
|---|---|
| date | Wed, 09 May 2007 15:42:13 -0700 |
| parents | aeb4d8da1543 |
| children | 3dc52411bdbe |
line wrap: on
line diff
--- a/src/audacious/Makefile Wed May 09 15:41:21 2007 -0700 +++ b/src/audacious/Makefile Wed May 09 15:42:13 2007 -0700 @@ -17,6 +17,7 @@ $(GTK_LIBS) \ $(DBUS_LIBS) \ $(MOWGLI_LIBS) \ + $(MCS_LIBS) \ $(LIBGLADE_LIBS) \ $(REGEX_LIBS) \ ./widgets/libwidgets.a @@ -30,6 +31,7 @@ $(DBUS_CFLAGS) \ $(samplerate_CFLAGS) \ $(REGEX_CFLAGS) \ + $(MCS_CFLAGS) \ -D_AUDACIOUS_CORE \ -I.. -I../.. \ -I../intl
