summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2006-11-08 16:22:25 +0000
committerShaun McCance <shaunm@src.gnome.org>2006-11-08 16:22:25 +0000
commit2f5b935e76fa76146ae140e986425d5af99b0dff (patch)
treeefe2e2a5263db7bc99bc168279b1c10dccfcc0ba /Makefile.am
parent8338680f54dd00fc6adb823d5ce0321f3694ac45 (diff)
downloadyelp-xsl-2f5b935e76fa76146ae140e986425d5af99b0dff.tar.gz
- Added ACLOCAL_AMFLAGS for autoreconf, per #355521
* Makefile.am: - Added ACLOCAL_AMFLAGS for autoreconf, per #355521
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 37072a57..8aee53d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,6 +30,8 @@ pkgconfig_DATA = gnome-doc-utils.pc
# doc must go last
SUBDIRS = po xslt $(xml2po_SUBDIRS) doc
+ACLOCAL_AMFLAGS=-I .
+
EXTRA_DIST = \
$(aclocal_DATA) \
$(share_DATA) \