X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2FMakefile;h=3f30e73d5be2566047ddfc8adcc3ea645ff59d1f;hb=d55fa4e011ac7d3cfc6348cea4e06f1a8c807613;hp=37200691a0f4b7beee86937481c3fa9e590d9826;hpb=193694fdba386a89b4b2a83ce803764302995e89;p=apps%2Fpfixtools.git diff --git a/common/Makefile b/common/Makefile index 3720069..3f30e73 100644 --- a/common/Makefile +++ b/common/Makefile @@ -32,7 +32,9 @@ 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 +all: + include ../mk/common.mk