ee38062be8
Update the Makefile and Ninja generators to use the config when requesting the include flags.
10 lines
91 B
C++
10 lines
91 B
C++
|
|
#include "upstream.h"
|
|
|
|
#include "config_iface.h"
|
|
|
|
int consumer()
|
|
{
|
|
return upstream();
|
|
}
|