X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;h=1ceb3e96ad71802a64a18e65e729b2309e8694c8;hb=132ab22db97d57c688b2a4cda4a905aee17cf5b0;hp=55d9e18c4c2a4f216767393510c84b447efff6b4;hpb=5597f7555575ba0cf1955b102403f04fa1115c10;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index 55d9e18c..1ceb3e96 100644 --- a/Makefile.real +++ b/Makefile.real @@ -110,6 +110,7 @@ LDFLAGS += $(clock_gettime_ldflags) ifeq ($(uname_s),Linux) # these cause warnings on *BSD + CPPFLAGS += -Wunused-macros STRICT_CFLAGS += -fdata-sections -ffunction-sections STRICT_CFLAGS += -Wstrict-prototypes STRICT_CFLAGS += -Wshadow @@ -204,6 +205,9 @@ $(object_dir)/interactive.o $(dep_dir)/interactive.d \ $(object_dir)/resample_filter.o $(dep_dir)/resample_filter.d \ : CPPFLAGS += $(samplerate_cppflags) +$(object_dir)/oss_write.o $(dep_dir)/oss_write.d \ +: CPPFLAGS += $(oss_cppflags) + $(object_dir)/ao_write.o $(dep_dir)/ao_write.d \ : CPPFLAGS += $(ao_cppflags) $(pthread_cppflags)