]> git.proxmox.com Git - qemu-server.git/commit
move qmeventd to own directory
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Sep 2019 16:08:48 +0000 (18:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Sep 2019 16:57:54 +0000 (18:57 +0200)
commit8752e5a3ecf44440e2516d1fb3485275a4ba5050
tree0603b8d12982b56a0bc2d4b5a6a0e6a8a8f3c743
parent64e7017e44bd7937dc1755de07ce079195c4e7cf
move qmeventd to own directory

It's really not nice if such many files, source code, meta-files, …
linger around in the top level directory..

Also, cleanup the build a bit, i.e., use LDFLAGS as dpkg-buildpackage
can set some LDFLAGS so it'd be nice if both CFLAFGS and LDFLAGS have
the same (related) ones.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
qmeventd.c [deleted file]
qmeventd.h [deleted file]
qmeventd.service [deleted file]
qmeventd/Makefile [new file with mode: 0644]
qmeventd/qmeventd.c [new file with mode: 0644]
qmeventd/qmeventd.h [new file with mode: 0644]
qmeventd/qmeventd.service [new file with mode: 0644]