]> code.delx.au - spectrwm/commit
linux: Reduce linking for libswmhack
authorAndrea Bolognani <eof@kiyuko.org>
Sat, 2 Jul 2016 10:05:09 +0000 (12:05 +0200)
committerAndrea Bolognani <eof@kiyuko.org>
Sun, 3 Jul 2016 20:45:04 +0000 (22:45 +0200)
commitc85236d67f5fb639c4bcea50bce2a944e6ce4916
tree461a9d526fbdd847fa92ea12c8ad1b9988e2607b
parentef627eb8aaa0b13c36eff57b360386b53ef68307
linux: Reduce linking for libswmhack

The libswmhack library uses dlopen() and friends, so it needs
to link against libdl; on the other hand, it doesn't use nearly
as many library as spectrwm itself, so linking against them is
pointless.

Split MAINT_LDLIBS into BIN_LDLIBS and LIB_LDLIBS, and use them
for spectrwm and libswmhack respectively.
linux/Makefile