diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-01-15 10:43:24 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-15 10:43:43 +0100 |
commit | e00e080034124805092e7f888e3a1cf61cf85a5b (patch) | |
tree | dcf09587c6e5812c4de36c949989324564041811 /source3/configure.in | |
parent | 1e9c289d84947a2ea175b3fde5a537bf3189976b (diff) | |
download | samba-e00e080034124805092e7f888e3a1cf61cf85a5b.tar.gz samba-e00e080034124805092e7f888e3a1cf61cf85a5b.tar.xz samba-e00e080034124805092e7f888e3a1cf61cf85a5b.zip |
libwbclient: add wbclient.pc.in
metze
(This used to be commit e6bd1395f2c1da7bcf1a31cdb297919ed6a15469)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 4222d93227e..98f5c450a87 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6656,7 +6656,10 @@ AC_SUBST(SMBD_LIBS) AC_OUTPUT(Makefile library-versions script/findsmb smbadduser script/gen-8bit-gap.sh script/installbin.sh script/uninstallbin.sh lib/netapi/examples/Makefile - pkgconfig/smbclient.pc pkgconfig/netapi.pc pkgconfig/smbsharemodes.pc + pkgconfig/smbclient.pc + pkgconfig/wbclient.pc + pkgconfig/netapi.pc + pkgconfig/smbsharemodes.pc ) ################################################# |