summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-01-15 10:43:24 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-15 10:43:43 +0100
commite00e080034124805092e7f888e3a1cf61cf85a5b (patch)
treedcf09587c6e5812c4de36c949989324564041811 /source3/configure.in
parent1e9c289d84947a2ea175b3fde5a537bf3189976b (diff)
downloadsamba-e00e080034124805092e7f888e3a1cf61cf85a5b.tar.gz
samba-e00e080034124805092e7f888e3a1cf61cf85a5b.tar.bz2
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.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 4222d93227..98f5c450a8 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
)
#################################################