]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: cppflags/ldflags conversion: libid3tag
authorAndre Noll <maan@systemlinux.org>
Fri, 13 Sep 2013 05:12:58 +0000 (05:12 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:51:58 +0000 (11:51 +0100)
This removes the rule for mp3_afh.o so that this object will instead
be created by means of the generic rule. To make this work, CPPFLAGS is
modified for this target to include suitable cpp options for libid3tag
as determined during configure.

Similarly, the linker flags for libid3tag are removed from
server_ldflags, afh_ldflags, play_ldflags, recv_ldflags and
play_ldflags, and appropriate linker flags are added to LDFLAGS for
all executables that need it.


No differences found