Gitweb links:

...log 
http://git.netsurf-browser.org/libnsutils.git/shortlog/857e68f3b22ad9939c90f869ef90741a0fbfdce5
...commit 
http://git.netsurf-browser.org/libnsutils.git/commit/857e68f3b22ad9939c90f869ef90741a0fbfdce5
...tree 
http://git.netsurf-browser.org/libnsutils.git/tree/857e68f3b22ad9939c90f869ef90741a0fbfdce5

The branch, master has been updated
       via  857e68f3b22ad9939c90f869ef90741a0fbfdce5 (commit)
      from  192fe1466babdb48883dfd1d52acf68062589f9b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libnsutils.git/commit/?id=857e68f3b22ad9939c90f869ef90741a0fbfdce5
commit 857e68f3b22ad9939c90f869ef90741a0fbfdce5
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>

    Actually install endian.h

diff --git a/Makefile b/Makefile
index 51c251d..74c9c4b 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ include $(NSBUILD)/Makefile.top
 I := /$(INCLUDEDIR)/nsutils
 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/errors.h
 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/base64.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/endian.h
 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/time.h
 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/unistd.h
 INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in


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

Summary of changes:
 Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 51c251d..74c9c4b 100644
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ include $(NSBUILD)/Makefile.top
 I := /$(INCLUDEDIR)/nsutils
 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/errors.h
 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/base64.h
+INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/endian.h
 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/time.h
 INSTALL_ITEMS := $(INSTALL_ITEMS) $(I):include/nsutils/unistd.h
 INSTALL_ITEMS := $(INSTALL_ITEMS) /$(LIBDIR)/pkgconfig:lib$(COMPONENT).pc.in


-- 
NetSurf generalised utility library

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to