[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-836-g035fada

Jeremy Allison jra at samba.org
Fri Dec 21 22:39:24 GMT 2007


The branch, v3-2-test has been updated
       via  035fadaa596e893b7eeac09bc587ad3b73f77d0b (commit)
      from  bf3ffbb5d2e8588e0041f0b890b590c58f8fcecf (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 035fadaa596e893b7eeac09bc587ad3b73f77d0b
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Dec 21 14:38:52 2007 -0800

    Fix install - it was trying to install libnetapi.h whereas
    the actual file is netapi.h. Guenther please check which
    name this should be !
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 74bae89..3f7c857 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1888,7 +1888,7 @@ installlibnetapi: installdirs libnetapi
 	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(LIBDIR)
 	-$(INSTALLLIBCMD_SH) bin/libnetapi. at SHLIBEXT@ $(DESTDIR)$(LIBDIR)
 	-$(INSTALLLIBCMD_A) bin/libnetapi.a $(DESTDIR)$(LIBDIR)
-	-$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(srcdir)/lib/netapi/libnetapi.h $(DESTDIR)${prefix}/include
+	-$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(srcdir)/lib/netapi/netapi.h $(DESTDIR)${prefix}/include
 
 installpammodules: $(PAM_MODULES)
 	@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(PAMMODULESDIR)
@@ -1977,7 +1977,7 @@ uninstalllibaddns:
 uninstalllibnetapi:
 	-$(UNINSTALLLIBCMD_SH) $(DESTDIR)$(LIBDIR)/libnetapi. at SHLIBEXT@
 	-$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/libnetapi.a
-	-rm -f $(DESTDIR)${prefix}/include/libnetapi.h
+	-rm -f $(DESTDIR)${prefix}/include/netapi.h
 
 uninstallpammodules:
 	@for module in $(PAM_MODULES); do \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list