annotate src/curl/Makefile @ 1903:5c01978673ca

fix for an undefined symbol error of __gxx_personality_v0.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 27 Sep 2007 12:55:56 +0900
parents d9d4b258fbf1
children a56a26a5f233
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1844
diff changeset
1 PLUGIN = curl${PLUGIN_SUFFIX}
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1844
diff changeset
2 SRCS = curl.c
429
74b23aec578d [svn] - buildsystem glue for curl http:// transport
nenolod
parents:
diff changeset
3
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1844
diff changeset
4 plugindir = audacious/${TRANSPORT_PLUGIN_DIR}
429
74b23aec578d [svn] - buildsystem glue for curl http:// transport
nenolod
parents:
diff changeset
5
1844
e0c5fa530df8 curl: MK2
William Pitcock <nenolod@atheme.org>
parents: 1262
diff changeset
6 include ../../buildsys.mk
e0c5fa530df8 curl: MK2
William Pitcock <nenolod@atheme.org>
parents: 1262
diff changeset
7 include ../../extra.mk
429
74b23aec578d [svn] - buildsystem glue for curl http:// transport
nenolod
parents:
diff changeset
8
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1844
diff changeset
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${CURL_CFLAGS} -I../../intl -I../..
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1844
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1844
diff changeset
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} ${CURL_LIBS}