mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
build as a lib not a plugin
Original commit message from CVS: build as a lib not a plugin
This commit is contained in:
parent
1a497a1ac6
commit
4ed389812e
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
librarydir = $(prefix)/lib
|
||||
librarydir = $(libdir)
|
||||
|
||||
library_LTLIBRARIES = libgstgconf.la
|
||||
|
||||
|
@ -14,4 +14,4 @@ test_gconf_LDADD = $(GST_LIBS) $(GCONF_LIBS) libgstgconf.la
|
|||
|
||||
libgstgconf_la_LIBADD = $(GCONF_LIBS)
|
||||
libgstgconf_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
|
||||
libgstgconf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstgconf_la_LDFLAGS = @GST_PLUGINS_LT_LDFLAGS@ -version-info @GST_PLUGINS_LIBVERSION@
|
||||
|
|
Loading…
Reference in a new issue