mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
fix the installation location of the plugins
This commit is contained in:
parent
e2600e4719
commit
5fb17e384b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
INCLUDES= -I$(top_srcdir)/include $(ALSA_CFLAGS) $(MME_CFLAGS) $(OSS_CFLAGS) $(SGISND_CFLAGS) $(SUNSND_CFLAGS) $(WIN32SND_CFLAGS) $(SDL_CFLAGS)
|
||||
|
||||
lib_LTLIBRARIES = @SND_PLUGIN_TARGETS@ libsound_null.la libsound_disk.la
|
||||
pkglib_LTLIBRARIES = @SND_PLUGIN_TARGETS@ libsound_null.la libsound_disk.la
|
||||
EXTRA_LTLIBRARIES = libsound_sdl.la libsound_alsa0_5.la libsound_alsa0_9.la libsound_mme.la libsound_oss.la libsound_sgi.la libsound_sun.la libsound_win.la
|
||||
|
||||
common_sound_files= snd_dma.c snd_mem.c snd_mix.c snd_mixa.S
|
||||
|
@ -56,4 +56,4 @@ libsound_null_la_SOURCES= snd_null.c
|
|||
libsound_null.la: $(libsound_null_la_OBJECTS) $(libsound_null_la_DEPENDENCIES)
|
||||
$(LINK) -rpath $(pluginpath) $(libsound_null_la_LDFLAGS) $(libsound_null_la_OBJECTS) $(libsound_null_la_LIBADD) $(LIBS)
|
||||
|
||||
LIBLIST = $(lib_LTLIBRARIES) @LIBRARY_SEARCH_PATH@
|
||||
LIBLIST = $(pkglib_LTLIBRARIES) @LIBRARY_SEARCH_PATH@
|
||||
|
|
Loading…
Reference in a new issue