diff options
Diffstat (limited to 'libasm/Makefile.am')
| -rw-r--r-- | libasm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libasm/Makefile.am b/libasm/Makefile.am index abe5468f..e16d4be0 100644 --- a/libasm/Makefile.am +++ b/libasm/Makefile.am @@ -28,7 +28,7 @@ ## not, see <http://www.gnu.org/licenses/>. ## include $(top_srcdir)/config/eu.am -INCLUDES += -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw +AM_CPPFLAGS += -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include) VERSION = 1 |
