diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-15 17:43:48 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-15 17:43:48 +0100 |
commit | 1d431b53cb1c5ea96bf32f1c4fdd8f592713b994 (patch) | |
tree | b83ef2ac9a4d7ffb8323b04e87bee9566d02c233 /nxcompshad | |
parent | 0e0eb5a43719e5274ddb0f8285a8657c00c820b1 (diff) | |
download | nx-libs-1d431b53cb1c5ea96bf32f1c4fdd8f592713b994.tar.gz nx-libs-1d431b53cb1c5ea96bf32f1c4fdd8f592713b994.tar.bz2 nx-libs-1d431b53cb1c5ea96bf32f1c4fdd8f592713b994.zip |
nxcompshad/Makefile.am: also correctly call aclocal here.
Diffstat (limited to 'nxcompshad')
-rw-r--r-- | nxcompshad/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nxcompshad/Makefile.am b/nxcompshad/Makefile.am index f3666a08a..a0b0b94f1 100644 --- a/nxcompshad/Makefile.am +++ b/nxcompshad/Makefile.am @@ -2,6 +2,8 @@ SUBDIRS = src pkgconfig_DATA = nxcompshad.pc +ACLOCAL_AMFLAGS = -I m4 + MAINTAINERCLEANFILES = \ $(srcdir)/autom4te.cache/* \ $(srcdir)/build-aux/* \ |