diff options
author | infirit <[email protected]> | 2014-01-05 14:23:34 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:23:34 +0100 |
commit | 2adb637a2e32c5a7ee7c9cb25fde19e44b176ec2 (patch) | |
tree | bfed32649f81ade14cab6c58c9b6b07b7ba048d7 | |
parent | 7ceb8fe98bdaf81e3e9a638f0abbfa657aa00ab2 (diff) | |
download | pluma-2adb637a2e32c5a7ee7c9cb25fde19e44b176ec2.tar.bz2 pluma-2adb637a2e32c5a7ee7c9cb25fde19e44b176ec2.tar.xz |
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 |