diff options
author | paul <paul> | 2004-09-05 02:26:24 +0000 |
---|---|---|
committer | paul <paul> | 2004-09-05 02:26:24 +0000 |
commit | 9b29eb75f618ff9896d4ee65ad3cb24eb2f2d02e (patch) | |
tree | cf8ebb086034f7d0db456369fed3bf9f0608cbc4 /Makefile.am | |
parent | 4846ef64bac7cbb6f761f7155022df53f977a1c4 (diff) | |
download | quagga-9b29eb75f618ff9896d4ee65ad3cb24eb2f2d02e.tar.bz2 quagga-9b29eb75f618ff9896d4ee65ad3cb24eb2f2d02e.tar.xz |
Fix aclocal m4/ include for out-of-tree builds - all src relative paths
need to be prefixed with $(top_srcdir)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dbc08075..dbfecc93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,4 +11,4 @@ EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \ tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \ tools/zebra.el -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4 |