1
0
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:
Jelmer Vernooij 2006-03-21 10:57:02 +00:00 committed by Gerald (Jerry) Carter
parent 1145ec40f0
commit 549b1eec40
3 changed files with 3 additions and 4 deletions

View File

@ -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);
}

View File

@ -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

View File

@ -1,5 +1,6 @@
# TORTURE subsystem
[LIBRARY::torture]
DESCRIPTION = Samba torture (test) suite
SO_VERSION = 0
VERSION = 0.0.1
PUBLIC_HEADERS = torture.h