Skip to content

Commit

Permalink
Move all threads code into threads.{c,h}
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Dec 19, 2012
1 parent feb7427 commit 20e358a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 665 deletions.
6 changes: 4 additions & 2 deletions libknet/Makefile.am
Expand Up @@ -23,7 +23,8 @@ sources = \
listener.c \
link.c \
logging.c \
nsscrypto.c
nsscrypto.c \
threads.c

include_HEADERS = libknet.h

Expand All @@ -39,7 +40,8 @@ noinst_HEADERS = \
listener.h \
logging.h \
nsscrypto.h \
onwire.h
onwire.h \
threads.h

lib_LTLIBRARIES = libknet.la

Expand Down

0 comments on commit 20e358a

Please sign in to comment.