diff options
author | Michael Adam <obnox@samba.org> | 2008-08-21 10:48:44 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-08-21 12:16:05 +0200 |
commit | f14e833c53cffc51439013930fd78c2e9fe47a2d (patch) | |
tree | fb3d2b9b424246425e04bb70fd5f30bf6aac278d /source3 | |
parent | f1a45e3b6b2b9f3ebeec7163fbedc027702eb1a2 (diff) | |
download | samba-f14e833c53cffc51439013930fd78c2e9fe47a2d.tar.gz samba-f14e833c53cffc51439013930fd78c2e9fe47a2d.tar.bz2 samba-f14e833c53cffc51439013930fd78c2e9fe47a2d.zip |
libsmbclient examples: add Makefile.internal.in for building from a samba source
Without needing to install libsmbclient to /usr/local/samba first.
Michael
(This used to be commit f0e47bce2e98131812e96fb88cc3d1fe939e8d6c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index c7698590a9..2f99e7cd31 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6149,6 +6149,7 @@ AC_OUTPUT(Makefile pkgconfig/wbclient.pc pkgconfig/netapi.pc pkgconfig/smbsharemodes.pc + ../examples/libsmbclient/Makefile.internal ) ################################################# |