diff options
-rw-r--r-- | lib/tevent/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 7ccaf0acdb..c57b65a425 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -70,7 +70,6 @@ def build(bld): if bld.env.standalone_tevent: bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig' bld.PKG_CONFIG_FILES('tevent.pc', vnum=VERSION) - bld.INSTALL_FILES('${INCLUDEDIR}', 'tevent.h') private_library = False else: private_library = True @@ -84,6 +83,7 @@ def build(bld): abi_directory='ABI', abi_match='tevent_* _tevent_*', vnum=VERSION, + public_headers='tevent.h', private_library=private_library) bld.SAMBA_PYTHON('pytevent', |