From 6677a42446f0e4aa3a10a42ead4a04891b72ead0 Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Thu, 24 Dec 2020 21:23:27 +0900 Subject: Fix header installation --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 8ed864c..0d4f9aa 100644 --- a/wscript +++ b/wscript @@ -96,7 +96,7 @@ lib_source = ['src/sratom.c'] def build(bld): # C Headers includedir = '${INCLUDEDIR}/sratom-%s/sratom' % SRATOM_MAJOR_VERSION - bld.install_files(includedir, bld.path.ant_glob('sratom/*.h')) + bld.install_files(includedir, bld.path.ant_glob('include/sratom/*.h')) # Pkgconfig file autowaf.build_pc(bld, 'SRATOM', SRATOM_VERSION, SRATOM_MAJOR_VERSION, [], -- cgit v1.2.1