From: cucinotta Date: Fri, 6 Jun 2008 22:36:53 +0000 (+0000) Subject: Added OMK support for FOSA on top of Linux/AQuoSA X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/commitdiff_plain/2a6ca3ae92b3652601395c42dafd708d942c2c30 Added OMK support for FOSA on top of Linux/AQuoSA git-svn-id: http://www.frescor.org/private/svn/frescor/fosa/trunk@1239 35b4ef3e-fd22-0410-ab77-dab3279adceb --- diff --git a/src_aquosa/Makefile.omk b/src_aquosa/Makefile.omk new file mode 100644 index 0000000..9b9a2b0 --- /dev/null +++ b/src_aquosa/Makefile.omk @@ -0,0 +1,5 @@ +SUBDIRS = $(ALL_OMK_SUBDIRS) + +#lib_LIBRARIES=fosa +shared_LIBRARIES=fosa +fosa_SOURCES=$(notdir $(wildcard $(SOURCES_DIR)/*.c))