1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Stop installing popt_common.h as its symbols are in a private library.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Fri Mar 16 17:39:31 CET 2012 on sn-devel-104
This commit is contained in:
Jelmer Vernooij 2012-03-16 15:02:20 +01:00
parent cbe27b3719
commit 0c06eb48ab

View File

@ -9,7 +9,6 @@ bld.SAMBA_LIBRARY('cmdline-credentials',
bld.SAMBA_SUBSYSTEM('POPT_SAMBA',
source='popt_common.c',
public_deps='popt',
public_headers='popt_common.h:popt.h',
header_path='samba',
deps='talloc samba-hostconfig'
)