libcollectdclient: Move the header files to a subdirectory.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 12 Aug 2010 13:17:27 +0000 (15:17 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 12 Aug 2010 13:17:27 +0000 (15:17 +0200)
commit8d84ccac5fcd1ba1746b039b870393373a15eb20
tree4da0ab44b820ac75e9ccf97f2a50c4fe32d3c7cd
parentec5d00f641b20486f84c27ef91b264134591a594
libcollectdclient: Move the header files to a subdirectory.

This makes it easier since the header files depend on one another.
(At least they will in the future.)
13 files changed:
configure.in
src/collectd-nagios.c
src/collectdctl.c
src/libcollectdclient/Makefile.am
src/libcollectdclient/client.c
src/libcollectdclient/client.h [deleted file]
src/libcollectdclient/collectd/client.h [new file with mode: 0644]
src/libcollectdclient/collectd/lcc_features.h.in [new file with mode: 0644]
src/libcollectdclient/collectd/network.h [new file with mode: 0644]
src/libcollectdclient/collectd/network_buffer.h [new file with mode: 0644]
src/libcollectdclient/lcc_features.h.in [deleted file]
src/libcollectdclient/network_buffer.c
src/libcollectdclient/network_buffer.h [deleted file]