diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:25 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:47:25 -0800 |
commit | 5ba5971afcc515a258e3f42d99415054278d5f2d (patch) | |
tree | 71f1948ebb4d4b9e7772a4daac83a8962f808311 | |
parent | b82297eae9d0e6e5a35690adb80c9c1821ac6c6b (diff) | |
parent | 1e11caf97aac3c52a001b3189908dd9e370ad935 (diff) | |
download | libmateweather-5ba5971afcc515a258e3f42d99415054278d5f2d.tar.bz2 libmateweather-5ba5971afcc515a258e3f42d99415054278d5f2d.tar.xz |
Merge pull request #18 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 e6e5c23..6807119 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = po po-locations libmateweather doc data python icons -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |