mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
oops audio targets makefile fix
This commit is contained in:
parent
15bdd4ad67
commit
fda073acb6
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ libsnd_output_disk_la_LIBADD= $(plugin_LIBADD)
|
|||
libsnd_output_disk_la_SOURCES= snd_disk.c
|
||||
|
||||
libsnd_output_null_la_LDFLAGS= $(plugin_LDFLAGS) -version-info 1:0:0 -rpath $(plugindir)
|
||||
libsnd_output_disk_la_LIBADD= $(plugin_LIBADD)
|
||||
libsnd_output_null_la_LIBADD= $(plugin_LIBADD)
|
||||
libsnd_output_null_la_SOURCES= snd_null.c
|
||||
|
|
Loading…
Reference in a new issue