summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-04-02 18:32:31 +0000
committerRichard Sharpe <sharpe@samba.org>2003-04-02 18:32:31 +0000
commit63f153c808312b806ff855906123bdc3d7f2a1cd (patch)
treefe2a042a513ca34e7d5fdd0ed10cf42bf11fb145 /source3/Makefile.in
parentd00b6f125fd98d1842cba57c7b509d52470c82d7 (diff)
downloadsamba-63f153c808312b806ff855906123bdc3d7f2a1cd.tar.gz
samba-63f153c808312b806ff855906123bdc3d7f2a1cd.tar.bz2
samba-63f153c808312b806ff855906123bdc3d7f2a1cd.zip
Commit some more fixes for Coolo ...
(This used to be commit e1a159c55fdeaa1620a3147105be4efd205560ba)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index fbe8f1c165..e38e54bc83 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1087,7 +1087,7 @@ bin/t_strcmp@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_strcmp.o
bin/t_stringoverflow@EXEEXT@: bin/libbigballofmud.@SHLIBEXT@ torture/t_stringoverflow.o
$(CC) $(FLAGS) -o $@ torture/t_stringoverflow.o -L./bin -lbigballofmud
-install: installbin installman installscripts installdat installswat installmodules
+install: installbin installman installscripts installdat installswat installmodules installclientlib
# DESTDIR is used here to prevent packagers wasting their time
# duplicating the Makefile. Remove it and you will have the privelege
@@ -1127,7 +1127,7 @@ installswat: installdirs
installclientlib: bin/libsmbclient.@SHLIBEXT@
-$(INSTALLCLIENTCMD_SH) bin/libsmbclient.@SHLIBEXT@ $(DESTDIR)${prefix}/lib
-$(INSTALLCLIENTCMD_A) bin/libsmbclient.a $(DESTDIR)${prefix}/lib
- -$(INSTALLCMD) -d $(DESTDIR)${prefix}/include
+ @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)${prefix}/include
-$(INSTALLCMD) include/libsmbclient.h $(DESTDIR)${prefix}/include
# Python extensions