[695/906] build: remove libtool warning about -version-info not used in convenience libraries

This commit is contained in:
Matthew Waters 2013-06-04 22:18:51 +10:00
parent ded3f51592
commit 9adc3c8cf3
4 changed files with 4 additions and 8 deletions

View file

@ -30,5 +30,4 @@ libgstgl_cocoa_la_OBJCFLAGS = \
libgstgl_cocoa_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
$(GST_ALL_LDFLAGS) \
$(GST_LT_LDFLAGS)
$(GST_ALL_LDFLAGS)

View file

@ -23,5 +23,4 @@ libgstgl_wayland_la_CFLAGS = \
libgstgl_wayland_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
$(GST_ALL_LDFLAGS) \
$(GST_LT_LDFLAGS)
$(GST_ALL_LDFLAGS)

View file

@ -30,5 +30,4 @@ libgstgl_win32_la_CFLAGS = \
libgstgl_win32_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
$(GST_ALL_LDFLAGS) \
$(GST_LT_LDFLAGS)
$(GST_ALL_LDFLAGS)

View file

@ -30,5 +30,4 @@ libgstgl_x11_la_CFLAGS = \
libgstgl_x11_la_LDFLAGS = \
$(GST_LIB_LDFLAGS) \
$(GST_ALL_LDFLAGS) \
$(GST_LT_LDFLAGS)
$(GST_ALL_LDFLAGS)