]> rtime.felk.cvut.cz Git - frescor/fna.git/commitdiff
apps need to link to libfosa too
authorsangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 9 Apr 2008 11:19:14 +0000 (11:19 +0000)
committersangorrin <sangorrin@35b4ef3e-fd22-0410-ab77-dab3279adceb>
Wed, 9 Apr 2008 11:19:14 +0000 (11:19 +0000)
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1103 35b4ef3e-fd22-0410-ab77-dab3279adceb

rules.mk

index 54da884e77d36ae654451e5b40c3f26738448c86..4253dec9cca433b793b4f43566f748a6b3827840 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -3,7 +3,7 @@
 none:
        @exec echo -e "\nPlease introduce a target, i.e: 'make test_dtm_xxx.exe'";
 
-%.exe: %.c libfna libfrsh
+%.exe: %.c libfna libfosa libfrsh
        @exec echo -e "\n>> Building $@: ";
        @if [ -f $< ]; \
        then \