summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-09 04:20:29 +0000
committerTim Potter <tpot@samba.org>2003-04-09 04:20:29 +0000
commit0aad60636d2ac86f6700ad137899fa2236e46509 (patch)
treeef00428ce6eed0b2fc71972a075090451568a4fd
parente725e6a0b793ca7efdaef0acdcb23b264b9c5c34 (diff)
downloadsamba-0aad60636d2ac86f6700ad137899fa2236e46509.tar.gz
samba-0aad60636d2ac86f6700ad137899fa2236e46509.tar.bz2
samba-0aad60636d2ac86f6700ad137899fa2236e46509.zip
Install libsmbclient.h from $(srcdir)
(This used to be commit d396f57678056af6b0c384df324f94992cca85d0)
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8301ca7eef..dc0a5ccfa5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1131,7 +1131,7 @@ installclientlib: libsmbclient
-$(INSTALLCLIENTCMD_SH) bin/libsmbclient.@SHLIBEXT@ $(DESTDIR)${prefix}/lib
-$(INSTALLCLIENTCMD_A) bin/libsmbclient.a $(DESTDIR)${prefix}/lib
@$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)${prefix}/include
- -$(INSTALLCMD) include/libsmbclient.h $(DESTDIR)${prefix}/include
+ -$(INSTALLCMD) $(srcdir)/include/libsmbclient.h $(DESTDIR)${prefix}/include
# Python extensions