From b20d7ed04edcd2987ab89b3e5c86ab8d12333c84 Mon Sep 17 00:00:00 2001 From: sojkam Date: Fri, 17 Oct 2008 07:43:09 +0000 Subject: [PATCH] Fixed Makefile.omk git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1343 35b4ef3e-fd22-0410-ab77-dab3279adceb --- Makefile.omk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.omk b/Makefile.omk index a05e8c1..59c2607 100644 --- a/Makefile.omk +++ b/Makefile.omk @@ -1,8 +1,9 @@ -SUBDIRS=include +SUBDIRS=include src default_CONFIG = CONFIG_FNA_RTEP=n CONFIG_FNA_UNIX=n CONFIG_FNA_FRESCAN=n lib_LIBRARIES = fna +fna_SOURCES = src/fna_configuration.c ifeq ($(CONFIG_FNA_RTEP),y) SUBDIRS+=src_rtep -- 2.39.2