diff options
author | Tim Potter <tpot@samba.org> | 2003-04-09 04:19:57 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-09 04:19:57 +0000 |
commit | 270f95f920f1af0ebcded49444968acffa3dfb0a (patch) | |
tree | d2ae8dbce4804c50dfacb8a8d19c7f83e76657c6 | |
parent | 4b5548d8dc3fd242beca138a3047cc12303628af (diff) | |
download | samba-270f95f920f1af0ebcded49444968acffa3dfb0a.tar.gz samba-270f95f920f1af0ebcded49444968acffa3dfb0a.tar.bz2 samba-270f95f920f1af0ebcded49444968acffa3dfb0a.zip |
Install libsmbclient.h from $(srcdir)
(This used to be commit a02370eccc1b26c12fd3b5e29aaf041a9feed197)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 84b13e0767..01e99416de 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1044,7 +1044,7 @@ installclientlib: -$(INSTALLCLIENTCMD_SH) bin/libsmbclient.@SHLIBEXT@ $(DESTDIR)${prefix}/lib -$(INSTALLCLIENTCMD_A) bin/libsmbclient.a $(DESTDIR)${prefix}/lib -$(INSTALLCMD) -d $(DESTDIR)${prefix}/include - -$(INSTALLCMD) include/libsmbclient.h $(DESTDIR)${prefix}/include + -$(INSTALLCMD) $(srcdir)/include/libsmbclient.h $(DESTDIR)${prefix}/include # Python extensions |