a452d8d36a
AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden. |
||
---|---|---|
.. | ||
config.c | ||
dis.c | ||
Makefile.am | ||
sesadmin.c | ||
sesrun.c | ||
sestest.c | ||
tcp.c | ||
tcp.h | ||
xcon.c |