vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Jan 20 00:32:31 2012 +0100| [89def090508c92428a276b05955f04e8ecab2f90] | committer: Jean-Baptiste Kempf
Revert "compat: install the static import library" This reverts commit 3c30f52ceee3de58d3a779d1f7e53415abbf4d22. Backporting a bit too quickly it seems > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=89def090508c92428a276b05955f04e8ecab2f90 --- compat/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/Makefile.am b/compat/Makefile.am index 8f0c27c..3241924 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,7 +1,7 @@ -pkglib_LTLIBRARIES = libcompat.la +noinst_LTLIBRARIES = libcompat.la libcompat_la_SOURCES = dummy.c libcompat_la_LIBADD = $(LTLIBOBJS) -libcompat_la_LDFLAGS = -no-undefined -static +libcompat_la_LDFLAGS = -no-undefined BUILT_SOURCES = dummy.c CLEANFILES = dummy.c _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
