On Thu, Apr 14, 2011 at 2:53 PM, William A. Rowe Jr.
<[email protected]> wrote:
> On 4/14/2011 1:47 PM, William A. Rowe Jr. wrote:
>>
>>> * If you build any of the modules that have their own
>>> foo_DECLARE_EXPORT logic you need to add foo_DECLARE_EXPORT to
>>> CPPFLAGS (kludge).
>>
>> That would be kludged in the config.m4 magic, we simply need to add
>> this -D'efine to the appropriate
>
> ...target-specific cflags.  Perhaps something like;
>
> mod_proxy.lo: mod_proxy.c
>        $(LT_COMPILE) $(mod_proxy_CFLAGS)
> ...
>
> etc, similar to how we have module_LDFLAGS today?

yep, something like that

core_CPPFLAGS, proxy_CPPFLAGS, and so on

Reply via email to