]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Create section for para_filter.
authorAndre Noll <maan@systemlinux.org>
Sat, 14 Sep 2013 01:48:41 +0000 (01:48 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:57:05 +0000 (11:57 +0100)
Currently, the construction of $filters, $filter_errlist_objs and
$filter_cmdline_objs is spread out over configure.ac as each test
modifies these variables.

The code in configure.ac becomes easier to read if these variables
are set up in a separate section after all tests have been performed.

This patch also gets rid of filter_ldflags. Due to the previous
cleanups, it only contained -lm which is now added in Makefile.in,
along with all other linker flags for para_filter.


No differences found