mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
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:
parent
02a624c63a
commit
057da55385
1 changed files with 2 additions and 2 deletions
|
@ -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@
|
||||
|
|
Loading…
Reference in a new issue