]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Use libtool convenience libraries for common files for lldpd and lldpctl.
authorVincent Bernat <bernat@luffy.cx>
Thu, 24 Sep 2009 08:13:27 +0000 (10:13 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 29 Sep 2009 14:44:58 +0000 (16:44 +0200)
commit8e544ee42e4e394073795322c88b0e8e73b18ba2
treede727d74e2ef36d014a5d029b37e37b65048aed7
parentf0bd3505f46dbe13ac9fd5ba616542ec4262d93c
Use libtool convenience libraries for common files for lldpd and lldpctl.

Instead of directly linking common files, we use another libtool
convenience library (libcommon.la). We also separate server part of
ctl.c into a separate file to avoid -DCLIENT_ONLY flag which was
causing recompilation of most files.

We also move compatibility objects (like strcpy() function) into
libcommon.la.
src/Makefile.am
src/ctl-server.c [new file with mode: 0644]
src/ctl.c
src/lldpd.h