mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
libs/video/targets/Makefile.am:
out-of-tree compile fixes nq/source/Makefile.am: missed the -lqfsys
This commit is contained in:
parent
ebb7b6310a
commit
99fd4ab464
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
INCLUDES= -I$(top_srcdir)/include
|
||||
|
||||
lib_LTLIBRARIES = libQFjs.la
|
||||
|
||||
libQFjs_la_LDFLAGS = -version-info 1:0:0 $(CD_LIBS)
|
||||
|
|
|
@ -76,7 +76,7 @@ client_LIBS= $(top_builddir)/libs/gamecode/libQFgamecode.la \
|
|||
$(top_builddir)/libs/audio/cd/libQFcd.la \
|
||||
$(top_builddir)/libs/audio/targets/libQFsound.la \
|
||||
$(top_builddir)/libs/video/targets/libQFjs.la \
|
||||
-L. -lqfsys -lqfnet $(SOUND_LIBS) $(NET_LIBS)
|
||||
-L. -lqfnet $(SOUND_LIBS) $(NET_LIBS)
|
||||
client_LIB_DEPS= libqfsys.a libqfnet.a
|
||||
|
||||
client_SOURCES= cl_cam.c cl_cmd.c cl_demo.c cl_input.c cl_main.c cl_parse.c \
|
||||
|
|
Loading…
Reference in a new issue