diff options
author | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-11-12 11:41:55 +0000 |
---|---|---|
committer | Spencer Oliver <ntfreak@users.sourceforge.net> | 2010-11-18 14:05:56 +0000 |
commit | 838cd58e24a18102b8a140df9fa993fe65706828 (patch) | |
tree | 1bac7c3ed5ffb83ae561b4b832d5661da735e68f /src/helper | |
parent | ab263fafbb5ed7c0464e8cfefc2f95095aa3e7cd (diff) | |
download | openocd_libswd-838cd58e24a18102b8a140df9fa993fe65706828.tar.gz openocd_libswd-838cd58e24a18102b8a140df9fa993fe65706828.tar.bz2 openocd_libswd-838cd58e24a18102b8a140df9fa993fe65706828.tar.xz openocd_libswd-838cd58e24a18102b8a140df9fa993fe65706828.zip |
build: add common.mk
Rather than specifying common makefile variables move
them all to a common.mk.
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
Diffstat (limited to 'src/helper')
-rw-r--r-- | src/helper/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index c7218819..25585a48 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,7 +1,4 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src \ - -DPKGDATADIR=\"$(pkgdatadir)\" +include $(top_srcdir)/common.mk METASOURCES = AUTO noinst_LTLIBRARIES = libhelper.la |