aboutsummaryrefslogtreecommitdiff
path: root/nxproxy
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 /nxproxy
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.
Diffstat (limited to 'nxproxy')
-rw-r--r--nxproxy/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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)