X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.real;h=fa8a915025e36c3bb5b42862f7f876c482ded184;hb=5e12f77a5b2a76c8a6f19a96958e0992962573db;hp=55d9e18c4c2a4f216767393510c84b447efff6b4;hpb=5597f7555575ba0cf1955b102403f04fa1115c10;p=paraslash.git diff --git a/Makefile.real b/Makefile.real index 55d9e18c..fa8a9150 100644 --- a/Makefile.real +++ b/Makefile.real @@ -204,6 +204,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) @@ -316,6 +319,8 @@ para_recv \ : LDFLAGS += \ $(socket_ldflags) $(nsl_ldflags) +para_afh para_recv para_server para_play: LDFLAGS += $(iconv_ldflags) + $(foreach exe,$(executables),$(eval para_$(exe): $$($(exe)_objs))) $(prefixed_executables): @[ -z "$(Q)" ] || echo 'LD $@'