From b4d2c376354ff8b9484a4bb1bda937b3d38a4504 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Tue, 29 Jul 2008 22:06:37 +0000 Subject: Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)). Also use $(top_builddir) instead of ../../ in a couple of other spots. svn path=/trunk/; revision=25863 --- plugins/wimaxasncp/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/wimaxasncp') diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am index e88d7aae81..d1a5dd4935 100644 --- a/plugins/wimaxasncp/Makefile.am +++ b/plugins/wimaxasncp/Makefile.am @@ -23,7 +23,7 @@ # # lex rules -include ../../Makefile.am.inc +include $(top_srcdir)/Makefile.am.inc INCLUDES = -I$(top_srcdir) -I$(includedir) @@ -145,4 +145,4 @@ wimaxasncpdir = $(pkgdatadir)/wimaxasncp checkapi: - $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) + $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) -- cgit v1.2.3