]> git.proxmox.com Git - pve-firewall.git/commit
logger: drop gthread dependency
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Feb 2017 11:07:23 +0000 (12:07 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 6 Feb 2017 11:07:24 +0000 (12:07 +0100)
commit7f7b4890420c216283499c0cf00166a3f3aecbbf
tree410b81d3728ab0005bf34c6583a56eff64b65b47
parent09faa4fb0d9e5f506fdce4828d108856cbb7e4ba
logger: drop gthread dependency

g_thread_new is part of glib directly, libgthread only
contains the deprecated g_thread_init() & friends which we
do not use.
This silences a build warning.
src/Makefile