--- lib/compat/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/compat/Makefile.am b/lib/compat/Makefile.am index 4debfa2..a312ef3 100644 --- a/lib/compat/Makefile.am +++ b/lib/compat/Makefile.am @@ -1,8 +1,8 @@ ## Process this file with automake to produce Makefile.in AM_CPPFLAGS = \ - -idirafter $(top_srcdir)/lib/compat - + -idirafter $(top_srcdir)/lib/compat \ + -I$(top_builddir) noinst_LIBRARIES = libcompat.a -- 1.6.3.3 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

