back out rhamph's premature commit

This commit is contained in:
Bill Currie 2001-04-11 04:17:55 +00:00
parent 09271f061a
commit fa936b1713

View file

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