mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
fixes for rh 7.1
This commit is contained in:
parent
edea800aeb
commit
f505e8630c
4 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
INCLUDES= -I$(top_srcdir)/include $(SDL_CFLAGS)
|
||||
SDL_LIBS = @SDL_LIBS@
|
||||
|
||||
plugin_LTLIBRARIES= @CD_PLUGIN_TARGETS@
|
||||
EXTRA_LTLIBRARIES= libcd_linux.la libcd_sdl.la libcd_sgi.la libcd_win.la libcd_null.la
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
INCLUDES= -I$(top_srcdir)/include $(ALSA_CFLAGS) $(MME_CFLAGS) $(OSS_CFLAGS) $(SGISND_CFLAGS) $(SUNSND_CFLAGS) $(WIN32SND_CFLAGS) $(SDL_CFLAGS)
|
||||
SDL_LIBS = @SDL_LIBS@
|
||||
|
||||
plugin_LTLIBRARIES = @SND_PLUGIN_TARGETS@
|
||||
EXTRA_LTLIBRARIES = libsnd_output_sdl.la libsnd_output_alsa0_5.la libsnd_output_alsa0_9.la libsnd_output_oss.la libsnd_output_sgi.la libsnd_output_sun.la libsnd_output_win.la libsnd_output_null.la libsnd_output_disk.la
|
||||
|
|
|
@ -31,6 +31,7 @@ AUTOMAKE_OPTIONS= foreign
|
|||
# Stuff that is common to both client and server
|
||||
#
|
||||
INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/nq/include
|
||||
SDL_LIBS = @SDL_LIBS@
|
||||
|
||||
bin_PROGRAMS= @NQ_TARGETS@
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ AUTOMAKE_OPTIONS= foreign
|
|||
|
||||
# Stuff that is common to both client and server
|
||||
INCLUDES= -I$(top_srcdir)/include -I$(top_srcdir)/qw/include
|
||||
SDL_LIBS = @SDL_LIBS@
|
||||
|
||||
bin_PROGRAMS= @QW_TARGETS@
|
||||
|
||||
|
|
Loading…
Reference in a new issue