Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
1229:c9ff58a0feab | 1231:e2b45aa596ad |
---|---|
9 | 9 |
10 LIBADD += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CURL_LIBS) | 10 LIBADD += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(CURL_LIBS) |
11 | 11 |
12 SOURCES = lastfm.c | 12 SOURCES = lastfm.c |
13 | 13 |
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../.. | 14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) $(CURL_CFLAGS) -I../../intl -I../.. -ggdb -g3 |
15 | 15 |
16 CFLAGS += -Wall -pedantic -std=c99 $(GCC42_CFLAGS) | 16 CFLAGS += -Wall -pedantic -std=c99 $(GCC42_CFLAGS) |
17 #CFLAGS += -Wpointer-arith -Wimplicit -Wnested-externs -Wcast-align \ | 17 #CFLAGS += -Wpointer-arith -Wimplicit -Wnested-externs -Wcast-align \ |
18 #-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes \ | 18 #-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes \ |
19 #-Wmissing-declarations -W -Wno-unused -Wshadow -Wmissing-noreturn \ | 19 #-Wmissing-declarations -W -Wno-unused -Wshadow -Wmissing-noreturn \ |