diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-15 15:52:17 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-15 15:52:17 +0100 |
commit | 3d59e2c309eaaae4712e99ab053898df070cefa9 (patch) | |
tree | a189c6aa0fb1f1daf31bedf6a31e10c804b256cc /nxcomp | |
parent | a22213e47e5b53f29dc6ac82d983ce42a98cdfac (diff) | |
download | nx-libs-3d59e2c309eaaae4712e99ab053898df070cefa9.tar.gz nx-libs-3d59e2c309eaaae4712e99ab053898df070cefa9.tar.bz2 nx-libs-3d59e2c309eaaae4712e99ab053898df070cefa9.zip |
nxcomp/Makefile.am: call aclocal with the correct include dir argument.
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nxcomp/Makefile.am b/nxcomp/Makefile.am index c1f6226bc..fec0de1e3 100644 --- a/nxcomp/Makefile.am +++ b/nxcomp/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = src test pkgconfig_DATA = nxcomp.pc +ACLOCAL_AMFLAGS = -I m4 + MAINTAINERCLEANFILES = \ $(srcdir)/autom4te.cache/* \ $(srcdir)/build-aux/* \ |