X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2FMakefile;h=3f30e73d5be2566047ddfc8adcc3ea645ff59d1f;hb=c7ca68d5bda0b49e7b7bc6a997a4140e6197bf11;hp=8c5c1f4a5be4858ac28ecd7e1a579d58d3c01dd7;hpb=4967e5b5d3bba84232eebf9763eb214ef395e061;p=apps%2Fpfixtools.git diff --git a/common/Makefile b/common/Makefile index 8c5c1f4..3f30e73 100644 --- a/common/Makefile +++ b/common/Makefile @@ -29,8 +29,12 @@ # THE POSSIBILITY OF SUCH DAMAGE. # ############################################################################## -LIBS = lib +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