]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/Makefile
Daemon: Let daemon actions be numbered from 1
[libucw.git] / ucw / Makefile
index f6cab5f148e0bfb5299df59da1f39cc4ce51f537..742f09ac50edd818db1ab2a068fd260f0d6139a0 100644 (file)
@@ -34,7 +34,8 @@ LIBUCW_MODS= \
        getopt \
        strtonum \
        resource trans res-fd res-mem res-subpool res-mempool res-eltpool \
-       daemon daemon-ctrl
+       daemon daemon-ctrl \
+       signames
 
 LIBUCW_MAIN_INCLUDES= \
        lib.h log.h threads.h time.h \
@@ -61,7 +62,8 @@ LIBUCW_MAIN_INCLUDES= \
        partmap.h \
        strtonum.h \
        resource.h trans.h \
-       daemon.h
+       daemon.h \
+       signames.h
 
 ifdef CONFIG_UCW_THREADS
 # Some modules require threading
@@ -142,6 +144,7 @@ $(o)/ucw/url.test: $(o)/ucw/url-t
 $(o)/ucw/gary.test: $(o)/ucw/gary-t
 $(o)/ucw/time.test: $(o)/ucw/time-conf-t
 $(o)/ucw/crc.test: $(o)/ucw/crc-t
+$(o)/ucw/signames.test: $(o)/ucw/signames-t
 
 ifdef CONFIG_UCW_THREADS
 TESTS+=$(addprefix $(o)/ucw/,asio.test)