mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
fix harmless cut&paste error
This commit is contained in:
parent
f36fa31ba2
commit
c45a4d2550
2 changed files with 15 additions and 2 deletions
|
@ -2,7 +2,7 @@ INCLUDES= -I$(top_srcdir)/include
|
|||
|
||||
lib_LTLIBRARIES = libQFsound.la
|
||||
|
||||
libQFsound_la_LDFLAGS = -version-info 1:0:0 $(CD_LIBS)
|
||||
libQFsound_la_LDFLAGS = -version-info 1:0:0 $(SOUND_LIBS)
|
||||
|
||||
#
|
||||
# ... Audio targets
|
||||
|
@ -36,5 +36,8 @@ endif
|
|||
if SNDTYPE_NULL
|
||||
libQFsound_la_SOURCES= snd_common.c snd_null.c
|
||||
endif
|
||||
if SNDTYPE_MODULES
|
||||
libQFsound_la_SOURCES= snd_common.c snd_modules.c
|
||||
endif
|
||||
|
||||
LIBLIST = libQFsound.la @LIBRARY_SEARCH_PATH@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue