build: do not forget including path for compat_user.h

This commit is contained in:
Jan Engelhardt
2011-02-02 05:15:09 +01:00
parent ebfa77795a
commit 1edc9b943b
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# -*- Makefile -*-
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${abs_top_srcdir}/extensions
AM_CFLAGS = ${regular_CFLAGS}
include ../../Makefile.extra
sbin_PROGRAMS = iptaccount

View File

@@ -1,6 +1,6 @@
# -*- Makefile -*-
AM_CPPFLAGS = ${regular_CPPFLAGS}
AM_CPPFLAGS = ${regular_CPPFLAGS} -I${abs_top_srcdir}/extensions
AM_CFLAGS = ${regular_CFLAGS}
include ../../Makefile.extra