-
- Downloads
uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES
Since automake 1.12.4, the warnings are issued on running automake: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Avoid INCLUDES and roll these flags into AM_CPPFLAGS. Compile tested on: Ubuntu 10.04 (automake 1:1.11.1-1) Ubuntu 12.04 (automake 1:1.11.3-1ubuntu2) Arch Linux (automake 1.12.4)
Showing
- docs/examples/Makefile.am 4 additions, 5 deletionsdocs/examples/Makefile.am
- lib/Makefile.am 12 additions, 14 deletionslib/Makefile.am
- src/Makefile.am 8 additions, 8 deletionssrc/Makefile.am
- tests/libtest/Makefile.am 12 additions, 12 deletionstests/libtest/Makefile.am
- tests/server/Makefile.am 12 additions, 12 deletionstests/server/Makefile.am
- tests/unit/Makefile.am 15 additions, 15 deletionstests/unit/Makefile.am
Loading
Please register or sign in to comment