summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-07-14 10:34:36 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-07-14 10:34:36 +0000
commitc6612490b0c0623862d4d72228d2c015ca4a42db (patch)
tree87a1d818db99098aa3bec54841f28ab176cc2cd7 /gst
parent5bb4cea9cf60fdf57742fbf79c12aecacb02946b (diff)
downloadgst-plugins-bad-c6612490b0c0623862d4d72228d2c015ca4a42db.tar.gz
gst-plugins-bad-c6612490b0c0623862d4d72228d2c015ca4a42db.tar.bz2
gst-plugins-bad-c6612490b0c0623862d4d72228d2c015ca4a42db.zip
build as a plugin, not a lib
Original commit message from CVS: build as a plugin, not a lib
Diffstat (limited to 'gst')
-rw-r--r--gst/gdp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gdp/Makefile.am b/gst/gdp/Makefile.am
index 73851200..f9caf266 100644
--- 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 \