Fix the incorrect linkage of libQFrenderer*

They're now currently not installed, but they were still building as shared
libs, and thus the installed bins were broken.
This commit is contained in:
Bill Currie 2012-02-18 11:46:46 +09:00
parent 02a624c63a
commit 057da55385

View file

@ -4,8 +4,8 @@ SUBDIRS= @QFrenderer_dirs@
DIST_SUBDIRS= gl glsl sw sw32 DIST_SUBDIRS= gl glsl sw sw32
INCLUDES= -I$(top_srcdir)/include INCLUDES= -I$(top_srcdir)/include
lib_ldflags=-version-info $(QUAKE_LIBRARY_VERSION_INFO) \ #lib_ldflags=-version-info $(QUAKE_LIBRARY_VERSION_INFO) \
-rpath $(libdir) -no-undefined # -rpath $(libdir) -no-undefined
#lib_LTLIBRARIES= @VID_REND_TARGETS@ #lib_LTLIBRARIES= @VID_REND_TARGETS@
noinst_LTLIBRARIES= @QFrenderer_libs@ noinst_LTLIBRARIES= @QFrenderer_libs@