mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
back out rhamph's premature commit
This commit is contained in:
parent
09271f061a
commit
fa936b1713
1 changed files with 1 additions and 4 deletions
|
@ -2,7 +2,7 @@ INCLUDES= -I$(top_srcdir)/include
|
|||
|
||||
lib_LTLIBRARIES = libQFsound.la
|
||||
|
||||
libQFsound_la_LDFLAGS = -version-info 1:0:0 $(SOUND_LIBS)
|
||||
libQFsound_la_LDFLAGS = -version-info 1:0:0 $(CD_LIBS)
|
||||
|
||||
#
|
||||
# ... Audio targets
|
||||
|
@ -36,8 +36,5 @@ 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…
Reference in a new issue