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
(from parent 1:
a4dd5b3
)
build as a plugin, not a lib
author
Thomas Vander Stichele
<thomas@apestaart.org>
Fri, 14 Jul 2006 10:34:36 +0000
(10:34 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Fri, 14 Jul 2006 10:34:36 +0000
(10:34 +0000)
Original commit message from CVS:
build as a plugin, not a lib
gst/gdp/Makefile.am
patch
|
blob
|
history
diff --git
a/gst/gdp/Makefile.am
b/gst/gdp/Makefile.am
index 738512009951494c9619801c883517aa172981c0..f9caf266e58e7d189fe1372b75ef2e5a27ad849e 100644
(file)
--- a/
gst/gdp/Makefile.am
+++ b/
gst/gdp/Makefile.am
@@
-7,6
+7,7
@@
libgstgdp_la_SOURCES = \
libgstgdp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstgdp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_GDP_LIBS)
+libgstgdp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
gstgdppay.h \