diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-01-15 10:42:03 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-15 10:43:43 +0100 |
commit | 1e9c289d84947a2ea175b3fde5a537bf3189976b (patch) | |
tree | 57c903956c84af2b3a7d5110d9a7496fc792ae3c | |
parent | bfc4e62e61291670b1bcddfa260c59742ed67026 (diff) | |
download | samba-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)
-rw-r--r-- | source3/Makefile.in | 5 |
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) |