mirror of
https://github.com/samba-team/samba.git
synced 2025-11-15 16:23:49 +03:00
Never install generated prototype files. It's easier to break the API when using them and they're not easily readable for 3rd party users. Conflicts: source/auth/config.mk source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/config_mk.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/lib/charset/config.mk source/lib/tdr/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/torture/config.mk
17 lines
474 B
Makefile
17 lines
474 B
Makefile
[SUBSYSTEM::LIBCMDLINE_CREDENTIALS]
|
|
PRIVATE_PROTO_HEADER = credentials.h
|
|
OBJ_FILES = credentials.o
|
|
PUBLIC_DEPENDENCIES = CREDENTIALS LIBPOPT
|
|
|
|
[SUBSYSTEM::POPT_SAMBA]
|
|
OBJ_FILES = popt_common.o
|
|
PUBLIC_DEPENDENCIES = LIBPOPT
|
|
|
|
PUBLIC_HEADERS += lib/cmdline/popt_common.h
|
|
|
|
[SUBSYSTEM::POPT_CREDENTIALS]
|
|
PRIVATE_PROTO_HEADER = popt_credentials.h
|
|
OBJ_FILES = popt_credentials.o
|
|
PUBLIC_DEPENDENCIES = CREDENTIALS LIBCMDLINE_CREDENTIALS LIBPOPT
|
|
PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL
|