diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:47 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:47 -0800 |
commit | 33c8e58730a0429a36aae2c8ee49c6dd7a8c82e9 (patch) | |
tree | b7d53ca3bd5a065369a003f2a03a44d92baec354 | |
parent | 557fda5b12a5ff6d16cb1296871acdce1a2ddb25 (diff) | |
parent | 2adb637a2e32c5a7ee7c9cb25fde19e44b176ec2 (diff) | |
download | pluma-33c8e58730a0429a36aae2c8ee49c6dd7a8c82e9.tar.bz2 pluma-33c8e58730a0429a36aae2c8ee49c6dd7a8c82e9.tar.xz |
Merge pull request #52 from infirit/master
Add to ACLOCAL_AMFLAGS for user added flags
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 46c9106d..ed35f731 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = pluma pixmaps po data plugin-loaders plugins docs tests win32 osx |