mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r125: use AC_CONFIG_FILES() instead of AC_OUTPUT()
we should have only one AC_OUTPUT() at the end of configure.in metze
This commit is contained in:
parent
db7f7ac165
commit
60aa14d463
@ -13,4 +13,4 @@ SMB_MODULE(reg_dir, REG, STATIC, lib/registry/reg_backend_dir/reg_backend_dir.o)
|
||||
SMB_MODULE(reg_rpc, REG, STATIC, lib/registry/reg_backend_rpc/reg_backend_rpc.o)
|
||||
SMB_MODULE(reg_gconf, REG, NOT, lib/registry/reg_backend_gconf/reg_backend_gconf.o, [], [$GCONF_LIBS])
|
||||
SMB_SUBSYSTEM(REG,lib/registry/common/reg_interface.o,[lib/registry/common/reg_objects.o lib/registry/common/reg_util.o],lib/registry/common/winregistry_proto.h,[])
|
||||
AC_OUTPUT(lib/registry/winregistry.pc)
|
||||
AC_CONFIG_FILES(lib/registry/winregistry.pc)
|
||||
|
Loading…
Reference in New Issue
Block a user