mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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
|
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@
|
||||||
|
|
Loading…
Reference in a new issue