Mercurial > audlegacy-plugins
annotate src/curl/Makefile @ 1948:66fb09cd894e
Backed out changeset 05b9abd78a87
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:50:48 +0300 |
| parents | d9d4b258fbf1 |
| children | a56a26a5f233 |
| 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 | 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 | 5 |
| 1844 | 6 include ../../buildsys.mk |
| 7 include ../../extra.mk | |
| 429 | 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} |
