X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2FMakefile;h=3f30e73d5be2566047ddfc8adcc3ea645ff59d1f;hb=8d29aaadbe12876d2b36ba65217013f60cb1f6cc;hp=0f09ebf381818a1f4f495c5e52cdd28bbd90c73a;hpb=266d6c0bfd9bce408aca73bb0d621e5d4d9fab6f;p=apps%2Fpfixtools.git diff --git a/common/Makefile b/common/Makefile index 0f09ebf..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 +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