Add -DPKGLIBDIR to AM_CPPFLAGS.

This is required so the OpenULINK driver knows the install location of the OpenULINK
firmware image.
This commit is contained in:
Martin Schmölzer 2011-06-20 19:51:46 +02:00 committed by Øyvind Harboe
parent 5141ab3e69
commit 1aba820519
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
# common flags used in openocd build
AM_CPPFLAGS = -I$(top_srcdir)/src \
-I$(top_builddir)/src \
-DPKGDATADIR=\"$(pkgdatadir)\"
-DPKGDATADIR=\"$(pkgdatadir)\" \
-DPKGLIBDIR=\"$(pkglibdir)\"
if INTERNAL_JIMTCL
AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \