summaryrefslogtreecommitdiff
path: root/mk/mod.mk
Commit message (Collapse)AuthorAge
* make: added $(MOD)_CFLAGS to module.mkAlfred E. Heggestad2015-08-01
| | | | | | | | | | each module can now choose between CFLAGS and/or $(MOD)_CFLAGS - CFLAGS will append the flags to the global CFLAGS and thus be used when compiling all .c files (core and modules) - $(MOD)_CFLAGS will only be used for compiling that specific module and will not pollute the global CFLAGS space
* baresip 0.4.10Alfred E. Heggestad2014-02-09