Skip to content

Commit

Permalink
Merge pull request #335 from djs55/unix-stubs
Browse files Browse the repository at this point in the history
Add a dependency from tcpip to tcpip.unix
  • Loading branch information
djs55 committed Aug 5, 2017
2 parents 7505d20 + da5542d commit 7ed0ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tcpip_checksum/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
((name tcpip)
(public_name tcpip)
(modules (tcpip_checksum))
(libraries (cstruct))
(libraries (cstruct tcpip.unix))
(wrapped false)))

(library
Expand All @@ -29,7 +29,6 @@
(library
((name tcpip_unix)
(public_name tcpip.unix)
(libraries (tcpip))
(modules (tcpip_unix))
(c_names (checksum_stubs))
(wrapped false)))

0 comments on commit 7ed0ce2

Please sign in to comment.