mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r14610: Fix writing of modulesdir to .pc files
Add two more .pc files
This commit is contained in:
parent
1145ec40f0
commit
549b1eec40
@ -67,7 +67,7 @@ includedir=$self->{config}->{includedir}
|
||||
__EOF__
|
||||
|
||||
if ($hasmodules) {
|
||||
print OUT "modulesdir=$self->{config}->{modulesdir}\n" ;
|
||||
print OUT "modulesdir=$self->{config}->{modulesdir}/$name\n" ;
|
||||
}
|
||||
|
||||
print OUT "\n";
|
||||
@ -79,9 +79,6 @@ __EOF__
|
||||
print OUT "Version: $version\n";
|
||||
print OUT "Libs: -L\${libdir} $libs\n";
|
||||
print OUT "Cflags: -I\${includedir} $cflags\n";
|
||||
if ($hasmodules) {
|
||||
print OUT "Modulesdir: \${modulesdir}\n";
|
||||
}
|
||||
|
||||
close(OUT);
|
||||
}
|
||||
|
@ -204,6 +204,7 @@ REQUIRED_SUBSYSTEMS = \
|
||||
################################################
|
||||
# Start SUBSYSTEM dcerpc_server
|
||||
[LIBRARY::dcerpc_server]
|
||||
DESCRIPTION = DCE/RPC Server implementation
|
||||
VERSION = 0.0.1
|
||||
SO_VERSION = 0
|
||||
PUBLIC_HEADERS = dcerpc_server.h
|
||||
|
@ -1,5 +1,6 @@
|
||||
# TORTURE subsystem
|
||||
[LIBRARY::torture]
|
||||
DESCRIPTION = Samba torture (test) suite
|
||||
SO_VERSION = 0
|
||||
VERSION = 0.0.1
|
||||
PUBLIC_HEADERS = torture.h
|
||||
|
Loading…
Reference in New Issue
Block a user