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
1 changed files with 2 additions and 2 deletions

View File

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