]> git.ipfire.org Git - people/ms/libloc.git/commit - src/python/locationmodule.c
Move include files to /usr/include/libloc
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2021 13:38:44 +0000 (13:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2021 13:38:44 +0000 (13:38 +0000)
commitc12a1385e4a21211f0bd07104525a8858a3aea13
tree2343bba93327fbc45066ab2f3287e6219ae999da
parent8c37d8a7910af1b8cfbd6e7cb11b90ee9c913bc4
Move include files to /usr/include/libloc

There was a discrepancy between the paths in the build environment and
the installed headers which could not be included in any third-party
software.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
47 files changed:
Makefile.am
src/as-list.c
src/as.c
src/country-list.c
src/country.c
src/database.c
src/libloc.c
src/libloc/as-list.h [moved from src/loc/as-list.h with 96% similarity]
src/libloc/as.h [moved from src/loc/as.h with 94% similarity]
src/libloc/compat.h [moved from src/loc/compat.h with 100% similarity]
src/libloc/country-list.h [moved from src/loc/country-list.h with 96% similarity]
src/libloc/country.h [moved from src/loc/country.h with 95% similarity]
src/libloc/database.h [moved from src/loc/database.h with 96% similarity]
src/libloc/format.h [moved from src/loc/format.h with 100% similarity]
src/libloc/libloc.h [moved from src/loc/libloc.h with 100% similarity]
src/libloc/network-list.h [moved from src/loc/network-list.h with 98% similarity]
src/libloc/network.h [moved from src/loc/network.h with 98% similarity]
src/libloc/private.h [moved from src/loc/private.h with 99% similarity]
src/libloc/resolv.h [moved from src/loc/resolv.h with 96% similarity]
src/libloc/stringpool.h [moved from src/loc/stringpool.h with 98% similarity]
src/libloc/writer.h [moved from src/loc/writer.h with 92% similarity]
src/network-list.c
src/network.c
src/perl/Location.xs
src/python/as.c
src/python/as.h
src/python/country.c
src/python/country.h
src/python/database.c
src/python/database.h
src/python/locationmodule.c
src/python/locationmodule.h
src/python/network.c
src/python/network.h
src/python/writer.c
src/python/writer.h
src/resolv.c
src/stringpool.c
src/test-as.c
src/test-country.c
src/test-database.c
src/test-libloc.c
src/test-network-list.c
src/test-network.c
src/test-signature.c
src/test-stringpool.c
src/writer.c