This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from df6afb6 nxcomp/test/logging_test.cpp: return a value in non-void function. new 0e0eb5a {nx-X11/lib,nxproxy}/Makefile.am: also use correct aclocal flags in the other locations. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nx-X11/lib/Makefile.am | 2 ++ nxproxy/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit 0e0eb5a43719e5274ddb0f8285a8657c00c820b1 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 15 17:18:41 2017 +0100 {nx-X11/lib,nxproxy}/Makefile.am: also use correct aclocal flags in the other locations. --- nx-X11/lib/Makefile.am | 2 ++ nxproxy/Makefile.am | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/nx-X11/lib/Makefile.am b/nx-X11/lib/Makefile.am index 1d8eb3a..6e57877 100644 --- a/nx-X11/lib/Makefile.am +++ b/nx-X11/lib/Makefile.am @@ -4,6 +4,8 @@ SUBDIRS = modules src pkgconfig_DATA = nx-x11.pc +ACLOCAL_AMFLAGS = -I m4 + MAINTAINERCLEANFILES = \ $(srcdir)/autom4te.cache/* \ $(srcdir)/build-aux/* \ diff --git a/nxproxy/Makefile.am b/nxproxy/Makefile.am index 87ca0cf..3342d5e 100644 --- a/nxproxy/Makefile.am +++ b/nxproxy/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = src man +ACLOCAL_AMFLAGS = -I m4 + MAINTAINERCLEANFILES = \ $(srcdir)/autom4te.cache/* \ $(srcdir)/build-aux/* \ @@ -14,4 +16,4 @@ MAINTAINERCLEANFILES = \ $(srcdir)/configure \ $(NULL) -DISTCLEANFILES=$(MAINTAINERCLEANFILES) \ No newline at end of file +DISTCLEANFILES=$(MAINTAINERCLEANFILES) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git