X-Git-Url: https://rtime.felk.cvut.cz/gitweb/ulut.git/blobdiff_plain/4c891368de266684d2bc211f0227af6d2355bf59..1ffd0c0ac8da565ef6087782d84b2b61bfb9c19a:/ulut/Makefile.omk diff --git a/ulut/Makefile.omk b/ulut/Makefile.omk index a2680e0..d93c4df 100644 --- a/ulut/Makefile.omk +++ b/ulut/Makefile.omk @@ -15,7 +15,7 @@ ulut_HEADERS = ul_dbuff.h ul_gavl.h ul_gavlcust.h \ ul_list.h ul_listbase.h ul_utdefs.h ul_utmalloc.h \ ul_uniqid.h ul_dbufflog.h ul_log.h ul_logbase.h \ ul_logreg.h ul_cbuff.h ul_dqfifo.h ul_hashtab.h \ - ul_hashtabcust.h + ul_hashtabcust.h ul_dbuffprintf.h ifneq ($(CONFIG_OC_ULUTMINIMAL),y) ulut_HEADERS += ul_evcbase.h @@ -41,11 +41,11 @@ ulut_SOURCES = ul_dbufbase.c ul_dbufmore.c ul_gsa.c ul_gsacust.c \ ul_gavlprim.c ul_hashtabprim.c ul_hptree.c \ ul_htimer.c ul_htimbase.c ul_htimroot.c \ ul_htimdefault.c ul_dbufflog.c ul_logbase.c \ - ul_cbuff.c + ul_cbuff.c ul_dbuffprintf.c ifneq ($(CONFIG_OC_ULUTMINIMAL),y) ulut_SOURCES += ul_evcbase.c ul_gavl.c ul_htimmstime.c ul_logreg.c \ - ul_uniqid.c + ul_uniqid.c endif lib_LOADLIBES = ulut