summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-01-15 10:42:03 +0100
committerStefan Metzmacher <metze@samba.org>2008-01-15 10:43:43 +0100
commit1e9c289d84947a2ea175b3fde5a537bf3189976b (patch)
tree57c903956c84af2b3a7d5110d9a7496fc792ae3c /source3/Makefile.in
parentbfc4e62e61291670b1bcddfa260c59742ed67026 (diff)
downloadsamba-1e9c289d84947a2ea175b3fde5a537bf3189976b.tar.gz
samba-1e9c289d84947a2ea175b3fde5a537bf3189976b.tar.bz2
samba-1e9c289d84947a2ea175b3fde5a537bf3189976b.zip
libwbclient: install wbclient.h into the same path as smbclient.h
metze (This used to be commit 7cb81bfc6bcdd56a8886e18aa9a7e05ec963d33d)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c34f3283db..3918d29a3e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1884,9 +1884,10 @@ installlibaddns: installdirs libaddns
-$(INSTALLLIBCMD_A) bin/libaddns.a $(DESTDIR)$(LIBDIR)
installlibwbclient: installdirs libwbclient
- @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(LIBDIR) $(INCLUDEDIR)/samba
+ @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(LIBDIR)
-$(INSTALLLIBCMD_SH) bin/libwbclient.@SHLIBEXT@ $(DESTDIR)$(LIBDIR)
- -$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(srcdir)/nsswitch/libwbclient/wbclient.h $(DESTDIR)${prefix}/include/samba
+ @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) ${prefix}/include
+ -$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(srcdir)/nsswitch/libwbclient/wbclient.h $(DESTDIR)${prefix}/include
installlibnetapi: installdirs libnetapi
@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(LIBDIR)