Mercurial > audlegacy-plugins
diff src/lastfm/Makefile @ 1231:e2b45aa596ad
improved the metadata algorithm, but couldnt get rid of the crashes yet
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Wed, 11 Jul 2007 04:30:31 +0300 |
parents | 5896bd827cbc |
children | e0f6efc6b08c |
line wrap: on
line diff
--- a/src/lastfm/Makefile Tue Jul 10 23:04:17 2007 +0100 +++ b/src/lastfm/Makefile Wed Jul 11 04:30:31 2007 +0300 @@ -11,7 +11,7 @@ SOURCES = lastfm.c -CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../.. +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../.. -ggdb -g3 CFLAGS += -Wall -pedantic -std=c99 $(GCC42_CFLAGS) #CFLAGS += -Wpointer-arith -Wimplicit -Wnested-externs -Wcast-align \