diff options
author | Dan Williams <dcbw@redhat.com> | 2011-02-23 10:54:01 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-02-23 10:54:01 -0600 |
commit | ebc4681368df91bbb6318a6075b86b9dab8f9526 (patch) | |
tree | 677153efb31d13865ba04076c2871fa74aab8997 /Makefile.am | |
parent | 41c4476469c590b1b1754e3095bb493525fc4484 (diff) | |
download | NetworkManager-ebc4681368df91bbb6318a6075b86b9dab8f9526.tar.gz |
build: tell rebuilt makefiles about macro dir (bgo #640896)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 07a8606129..adb2907b7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,4 +36,5 @@ DISTCLEANFILES = intltool-extract intltool-merge intltool-update pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = NetworkManager.pc -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + |