]> git.pld-linux.org Git - packages/gmyth.git/blame - gmyth-link.patch
- 0.7.1
[packages/gmyth.git] / gmyth-link.patch
CommitLineData
0703062b
PZ
1--- gmyth-0.7.1/gmyth/Makefile.am~ 2008-03-03 12:59:37.000000000 +0100
2+++ gmyth-0.7.1/gmyth/Makefile.am 2008-07-23 17:46:18.916091993 +0200
3@@ -56,14 +56,18 @@
85bdf9c0
JB
4 $(LIBXML_CFLAGS)
5
0703062b
PZ
6 libgmyth_la_LDFLAGS = \
7- -export-dynamic \
8- $(GLIB_CFLAGS) \
85bdf9c0
JB
9- $(GOBJECT_CFLAGS) \
10+ -export-dynamic
11+
0703062b
PZ
12+libgmyth_la_LIBADD = \
13+ $(GLIB_LIBS) \
14+ $(GOBJECT_LIBS) \
15 $(MYSQL_LIBS) \
16- $(GST_LIBS) \
17+ $(GST_LIBS) \
85bdf9c0
JB
18 $(GSTBASE_LIBS) \
19 $(GSTPLUGINS_LIBS) \
20- $(LIBXML_LIBS)
21+ $(LIBXML_LIBS) \
22+ $(LIBCURL_LIBS) \
0703062b 23+ $(GTHREAD_LIBS)
85bdf9c0 24
0703062b 25 libgmyth_includedir = \
85bdf9c0 26 $(pkgincludedir)
This page took 0.053369 seconds and 4 git commands to generate.