Make lists of source files for each app available individually - i.e. for creation of dynamically loadable modules.

This commit is contained in:
oliverschmidt 2007-04-05 19:50:43 +00:00
parent e5d3453a79
commit 661a58cddb
19 changed files with 43 additions and 41 deletions

View file

@ -1,2 +1,2 @@
APP_SOURCES += calc.c
DSC_SOURCES += calc-dsc.c
calc_src += calc.c
calc_dsc += calc-dsc.c