X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2FMakefile;h=6a57421805ddcc38c402975c6950d4e889d9fded;hb=1f20b76400d58d143d433236a26b43e2c25da1f5;hp=37200691a0f4b7beee86937481c3fa9e590d9826;hpb=193694fdba386a89b4b2a83ce803764302995e89;p=apps%2Fpfixtools.git diff --git a/common/Makefile b/common/Makefile index 3720069..6a57421 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 server.c trie.c file.c rbl.c tst-trie_SOURCES = tst-trie.c lib.a +all: + include ../mk/common.mk