diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:21:48 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-04 11:22:25 +0200 |
commit | a66fe185ab6a3eb7a483fd9888b54ee43328836e (patch) | |
tree | 527c53135af3c6d2c9b27e6de628c1ac5e2e2754 /mausezahn/Makefile | |
parent | 0b65b09f15783b067343f7a2dcf67ae1f1e27dc7 (diff) |
sock: add socket management functions
Remove them from xutils, and add them to socket management.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'mausezahn/Makefile')
-rw-r--r-- | mausezahn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mausezahn/Makefile b/mausezahn/Makefile index cecd139..2e9e417 100644 --- a/mausezahn/Makefile +++ b/mausezahn/Makefile @@ -7,6 +7,7 @@ mausezahn-libs = -lcli \ mausezahn-objs = xutils.o \ str.o \ + sock.o \ staging/layer1.o \ staging/layer2.o \ staging/layer3.o \ |