Hi,
I need to generate two binaries from the same source code. The difference of the two are only compile time macro definitions. I need one version with "-DNO_PAGE_CACHE" and the other version without. What should I do in Makefile.am in order to generate the two? thanks in advance, Wei