From: Michal Sojka Date: Tue, 8 Feb 2011 15:29:56 +0000 (+0100) Subject: Makefile: Add missing header file X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fosa.git/commitdiff_plain Makefile: Add missing header file --- diff --git a/include/Makefile.omk b/include/Makefile.omk index e4a552f..f150c31 100644 --- a/include/Makefile.omk +++ b/include/Makefile.omk @@ -4,7 +4,7 @@ include_HEADERS = fosa_app_def_sched.h fosa_clocks_and_timers.h \ fosa_mutexes_and_condvars.h fosa_platform_values.h \ fosa_threads_and_signals.h fosa_time.h \ fosa_time_numeric.h fosa_time_timespec.h \ - fosa_types.h + fosa_types.h fosa_opaque_types_time.h renamed_include_HEADERS = fosa_opaque_types_$(PLATFORM_FN).h->fosa_opaque_types.h