]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitbfd5b598e02e63d5c6e316525fe6d435eadeb42e
treedd731f5cab3b82daea1195431b55260f3ad2d688
parent9139d9496058d888d33524d80414600f75f795a1
build: Create section for para_filter.

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