From 838cd58e24a18102b8a140df9fa993fe65706828 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 12 Nov 2010 11:41:55 +0000 Subject: build: add common.mk Rather than specifying common makefile variables move them all to a common.mk. Signed-off-by: Spencer Oliver --- src/jtag/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/jtag/Makefile.am') diff --git a/src/jtag/Makefile.am b/src/jtag/Makefile.am index 59cd8fff..fa964a35 100644 --- a/src/jtag/Makefile.am +++ b/src/jtag/Makefile.am @@ -1,6 +1,4 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src +include $(top_srcdir)/common.mk METASOURCES = AUTO noinst_LTLIBRARIES = libjtag.la -- cgit v1.2.3