diff options
author | infirit <[email protected]> | 2014-01-05 14:03:14 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:03:14 +0100 |
commit | 3a482e2f0dd5d8ede2acbb91d191622be1546a7a (patch) | |
tree | 8d4bd26ffe7f0a1a2bb46979b0db748cdca540cb /Makefile.am | |
parent | f4d794edf8d671cd69d7974e5617c7fd6c4067ba (diff) | |
download | mate-terminal-3a482e2f0dd5d8ede2acbb91d191622be1546a7a.tar.bz2 mate-terminal-3a482e2f0dd5d8ede2acbb91d191622be1546a7a.tar.xz |
Add to ACLOCAL_AMFLAGS for user added flags
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 30fe5f9..1b8a973 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = src po help -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG} NULL = |