summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDanny Robson <danny@blubinc.net>2010-08-02 21:07:03 +1000
committerMartin Nordholts <martinn@src.gnome.org>2010-08-06 21:43:32 +0200
commit81b696689be2087ad3d0acf725a5f92ad389127d (patch)
tree1a7d05e2402433db6908ac874aa2e65f59c3432f /Makefile.am
parentd7fb34850579f91aea59591f02ea67def113716b (diff)
configure: move more m4 macros into external files
Renamed the m4macros directory into the more standard `m4'. Seperated the variadic macros and gtk-doc macros into individual files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0947aec0..a84dcc1a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = dist-bzip2
-ACLOCAL_AMFLAGS = -I m4macros ${ACLOCAL_FLAGS}
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
# The libs directory needs to be before anything which can depend on its
# libraries, otherwise any potentially rebuilt libs won't be picked up until