]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitc79cdc5b88a4324a6a07b89688ad618ef0098e14
treef2f87346706c1e87f103addab6ec3c985d4d770f
parenta023966d9a3ad295f0fc986a0e01cabfaf3d6742
build: cppflags/ldflags conversion: libid3tag

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.
Makefile.in
configure.ac