]> rtime.felk.cvut.cz Git - ulut.git/blobdiff - ulut/Makefile.omk
Data queue FIFO included in uLUt.
[ulut.git] / ulut / Makefile.omk
index 47ae1f35f2b3c1f18686c9e813b75a309fc8c5dd..6b97220d00a062b62b3031b83b8607997e3bb33a 100644 (file)
@@ -11,7 +11,7 @@ include_HEADERS  = ul_dbuff.h ul_evcbase.h ul_gavl.h ul_gavlcust.h \
               ul_hptree.h ul_htimdefs.h ul_htimer.h ul_itbase.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_logreg.h ul_cbuff.h ul_dqfifo.h
 
 lib_LIBRARIES = ulut
 
@@ -21,7 +21,8 @@ endif
 
 ulut_SOURCES = ul_dbufbase.c ul_dbufmore.c ul_gsa.c ul_gsacust.c \
               ul_gavlprim.c ul_gavl.c ul_hptree.c \
-              ul_htimer.c ul_htimbase.c ul_htimmstime.c \
+              ul_htimer.c ul_htimbase.c ul_htimmstime.c ul_htimroot.c \
+              ul_htimdefault.c \
               ul_evcbase.c ul_uniqid.c ul_dbufflog.c ul_logbase.c \
               ul_logreg.c ul_cbuff.c