]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
build: Move relevant parts to audiod section.
[paraslash.git] / Makefile.in
index 89eb5bf2b406f9068dd4622cb248f2aad6fa5d38..dd964bca66ceffd7733e740ceb56e9d674ca3947 100644 (file)
@@ -280,7 +280,6 @@ para_write para_play para_audiod: LDFLAGS += $(ao_ldflags) $(core_audio_ldflags)
 para_client para_audioc para_play : LDFLAGS += $(readline_ldflags)
 para_server: LDFLAGS += $(osl_ldflags)
 para_gui: LDFLAGS += $(curses_ldflags)
-para_filter para_play: LDFLAGS += -lm
 para_server \
 para_client \
 para_audiod \
@@ -293,7 +292,8 @@ para_filter \
 para_play \
 : LDFLAGS += \
        $(mad_ldflags) \
-       $(samplerate_ldflags)
+       $(samplerate_ldflags) \
+       -lm
 
 para_write \
 para_play \
@@ -343,7 +343,7 @@ para_gui: $(gui_objs)
 
 para_audiod: $(audiod_objs)
        @[ -z "$(Q)" ] || echo 'LD $@'
-       $(Q) $(CC) -o $@ $(audiod_objs) @audiod_ldflags@ $(LDFLAGS)
+       $(Q) $(CC) -o $@ $(audiod_objs) $(LDFLAGS)
 
 para_audioc: $(audioc_objs)
        @[ -z "$(Q)" ] || echo 'LD $@'