diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-05-12 21:47:50 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-05-12 21:49:52 +0200 |
commit | b66a9e2f3376b4cb07ef4cc318f70a9c794f407a (patch) | |
tree | c4f7ef483ec2d2c7bac4f605d2aed0b3ab7b738d /lib/Makefile | |
parent | 659f80f262a83d600d5f095fb8a03e912d3fbe64 (diff) | |
parent | 3f2c7600fa2e35b1028c755aa06092b5991e1a8e (diff) |
Merge branch 'master' into int-new
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile index a9aae66f..8e372bd3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,3 @@ -src := bitops.c checksum.c ip.c lists.c md5.c net.c patmatch.c printf.c sha1.c sha256.c sha512.c slists.c xmalloc.c -obj := $(src-o-files) -$(all-client) - src := bitops.c checksum.c event.c idm.c ip.c lists.c md5.c mempool.c net.c patmatch.c printf.c resource.c sha1.c sha256.c sha512.c slab.c slists.c tbf.c xmalloc.c obj := $(src-o-files) $(all-daemon) |