X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;h=b28619f19a3e65e4dc50d8c6d64d6d100f58e1c7;hb=9754ebd9540aa3766af5e8a22410bf62b6eac6fe;hp=a261fa6f8aaff0d1580709f579cd29985b76b07e;hpb=84cfc1dd51755251776fb9438288eef25e0e9542;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index a261fa6f..b28619f1 100644 --- a/Makefile.real +++ b/Makefile.real @@ -129,6 +129,15 @@ ifneq ($(CRYPTOLIB),) audiod_objs += resample_filter.o check_wav.o endif endif +ifneq ($(HAVE_OSS)-$(HAVE_ALSA),no-no) + mixer_objs := $(addsuffix .o, mixer exec string fd time lsu version) + ifeq ($(HAVE_OSS),yes) + mixer_objs += oss_mix.o + endif + ifeq ($(HAVE_ALSA),yes) + mixer_objs += alsa_mix.o + endif +endif # sort removes duplicate words, which is all we need here all_objs := $(sort $(recv_objs) $(filter_objs) $(client_objs) $(gui_objs) \