projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afe3738
)
Add $(GST_LIBS) to libgstcontrol's LIBADD. Should go into 0.6.1.
author
David Schleef
<ds@schleef.org>
Fri, 4 Apr 2003 19:09:29 +0000
(19:09 +0000)
committer
David Schleef
<ds@schleef.org>
Fri, 4 Apr 2003 19:09:29 +0000
(19:09 +0000)
Original commit message from CVS:
Add $(GST_LIBS) to libgstcontrol's LIBADD. Should go into 0.6.1.
libs/gst/control/Makefile.am
patch
|
blob
|
history
diff --git
a/libs/gst/control/Makefile.am
b/libs/gst/control/Makefile.am
index
04781a4
..
17af64e
100644
(file)
--- a/
libs/gst/control/Makefile.am
+++ b/
libs/gst/control/Makefile.am
@@
-22,4
+22,5
@@
libgstcontrol_@GST_MAJORMINOR@_la_SOURCES = \
libgstcontrol_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -finline-functions -ffast-math
libgstcontrol_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LT_LDFLAGS@ -version-info @GST_LIBVERSION@
+libgstcontrol_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)