wmlongrun: Replace INCLUDES and CPPFLAGS with AM_CPPFLAGS to fix warnings.
This commit is contained in:
parent
23aaecbec8
commit
3474ffbfc7
1 changed files with 2 additions and 4 deletions
|
@ -16,11 +16,9 @@ EXTRA_wmlongrun_SOURCES = \
|
||||||
longrun_linux.c \
|
longrun_linux.c \
|
||||||
longrun_freebsd.c
|
longrun_freebsd.c
|
||||||
|
|
||||||
CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
@CPPFLAGS@ \
|
@CPPFLAGS@ \
|
||||||
@DFLAGS@
|
@DFLAGS@ \
|
||||||
|
|
||||||
INCLUDES = \
|
|
||||||
@HEADER_SEARCH_PATH@
|
@HEADER_SEARCH_PATH@
|
||||||
|
|
||||||
wmlongrun_LDADD = \
|
wmlongrun_LDADD = \
|
||||||
|
|
Loading…
Reference in a new issue