X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=common%2FMakefile;h=0f09ebf381818a1f4f495c5e52cdd28bbd90c73a;hb=8de978eb48332de45a5ad254b0475e74613fcfbd;hp=0c20bf08d60f9732cba63a01c756af0fcec4b62b;hpb=8977d252fc44ae953df4bde4a2f1c5895beea4e0;p=apps%2Fpfixtools.git diff --git a/common/Makefile b/common/Makefile index 0c20bf0..0f09ebf 100644 --- a/common/Makefile +++ b/common/Makefile @@ -29,8 +29,10 @@ # THE POSSIBILITY OF SUCH DAMAGE. # ############################################################################## -LIBS = lib +LIBS = lib +TESTS = tst-trie -lib_SOURCES = str.c buffer.c common.c epoll.c server.c +lib_SOURCES = str.c buffer.c common.c epoll.c server.c trie.c +tst-trie_SOURCES = tst-trie.c lib.a include ../mk/common.mk