fix harmless cut&paste error

This commit is contained in:
Adam Olsen 2001-04-11 03:22:52 +00:00
parent f36fa31ba2
commit c45a4d2550
2 changed files with 15 additions and 2 deletions

View file

@ -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@