projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18571b9
)
makefile: fix typo in no-static plugins rule
author
Stefan Kost
<ensonic@users.sf.net>
Tue, 10 Mar 2009 19:14:43 +0000
(21:14 +0200)
committer
Stefan Kost
<ensonic@users.sf.net>
Tue, 10 Mar 2009 19:35:16 +0000
(21:35 +0200)
gst/multipart/Makefile.am
patch
|
blob
|
history
diff --git
a/gst/multipart/Makefile.am
b/gst/multipart/Makefile.am
index
75542f1
..
85f462f
100644
(file)
--- a/
gst/multipart/Makefile.am
+++ b/
gst/multipart/Makefile.am
@@
-4,7
+4,7
@@
libgstmultipart_la_SOURCES = multipart.c multipartdemux.c multipartmux.c
libgstmultipart_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
libgstmultipart_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
libgstmultipart_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstmultipart_
_
la_LIBTOOLFLAGS = --tag=disable-static
+libgstmultipart_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = multipartdemux.h multipartmux.h