aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2017-12-15 17:18:41 +0100
committerMihai Moldovan <ionic@ionic.de>2017-12-15 17:19:06 +0100
commit0e0eb5a43719e5274ddb0f8285a8657c00c820b1 (patch)
treeb0aecd21ae1b7a98f4e83042bb7de11ad07c7311
parentdf6afb60d73cfc9f4615cf634feb3465c6694b61 (diff)
downloadnx-libs-0e0eb5a43719e5274ddb0f8285a8657c00c820b1.tar.gz
nx-libs-0e0eb5a43719e5274ddb0f8285a8657c00c820b1.tar.bz2
nx-libs-0e0eb5a43719e5274ddb0f8285a8657c00c820b1.zip
{nx-X11/lib,nxproxy}/Makefile.am: also use correct aclocal flags in the other locations.
-rw-r--r--nx-X11/lib/Makefile.am2
-rw-r--r--nxproxy/Makefile.am4
2 files changed, 5 insertions, 1 deletions
diff --git a/nx-X11/lib/Makefile.am b/nx-X11/lib/Makefile.am
index 1d8eb3ada..6e57877be 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 87ca0cfad..3342d5e9a 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)