[X2Go-Commits] [nx-libs] 01/01: {nx-X11/lib, nxproxy}/Makefile.am: also use correct aclocal flags in the other locations.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 15 17:19:15 CET 2017


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 at 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


More information about the x2go-commits mailing list