X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2FMakefile;h=be9d4735fe1665312b8393803cd1fd19f05def48;hb=d6f820ed2e86f48c23bc7dc4ee3f591a2d46fc5f;hp=37200691a0f4b7beee86937481c3fa9e590d9826;hpb=1b0d47e10359293dafc8937b8036168d7ec61a6a;p=apps%2Fpfixtools.git diff --git a/common/Makefile b/common/Makefile index 3720069..be9d473 100644 --- a/common/Makefile +++ b/common/Makefile @@ -32,7 +32,7 @@ LIBS = lib TESTS = tst-trie -lib_SOURCES = str.c buffer.c common.c epoll.c server.c trie.c file.c +lib_SOURCES = str.c buffer.c common.c epoll.c server.c trie.c file.c rbl.c tst-trie_SOURCES = tst-trie.c lib.a include ../mk/common.mk