diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-05-31 20:34:14 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-05-31 20:34:14 -0400 |
commit | 087b8ef36bea5f6225e4b4a2c0119ba05a489641 (patch) | |
tree | 2df54ccca7499f0084373da2d072a4e50308dc59 /uv_link_t.gyp | |
parent | 7d91a2ddcb97dc64ed3bc516829dc00d0f010754 (diff) | |
download | uv_link_t-087b8ef36bea5f6225e4b4a2c0119ba05a489641.tar.gz |
api: default method implementations
Diffstat (limited to 'uv_link_t.gyp')
-rw-r--r-- | uv_link_t.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uv_link_t.gyp b/uv_link_t.gyp index b0c63df..16f4205 100644 --- a/uv_link_t.gyp +++ b/uv_link_t.gyp @@ -14,6 +14,7 @@ ], "sources": [ + "src/defaults.c", "src/uv_link_t.c", "src/uv_link_observer_t.c", "src/uv_link_source_t.c", |