]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - Makefile.in
build: Create section for para_play.
[paraslash.git] / Makefile.in
index 4b522b05a24da081c6018f927a92d4cb55c095cc..ea55b143d689a11be28b9f8a22f2858f5b3425b0 100644 (file)
@@ -280,7 +280,7 @@ 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: LDFLAGS += -lm
+para_filter para_play: LDFLAGS += -lm
 para_server \
 para_client \
 para_audiod \
@@ -367,7 +367,7 @@ para_afh: $(afh_objs)
 
 para_play: $(play_objs)
        @[ -z "$(Q)" ] || echo 'LD $@'
-       $(Q) $(CC) -o $@ $(play_objs) @play_ldflags@ $(LDFLAGS)
+       $(Q) $(CC) -o $@ $(play_objs) $(LDFLAGS)
 
 clean:
        @[ -z "$(Q)" ] || echo 'CLEAN'