Skip to content

Commit

Permalink
build: fix dependency on missing header file
Browse files Browse the repository at this point in the history
Depend on include/ares_rules.h, src/ares_rules.h does not exist.

The typo didn't break the build but it made some of the gyp-based
tooling complain.

PR-URL: #7945
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
  • Loading branch information
bnoordhuis committed Aug 3, 2016
1 parent c0676f3 commit 05c15a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/cares/cares.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'sources': [
'common.gypi',
'include/ares.h',
'include/ares_rules.h',
'include/ares_version.h',
'include/nameser.h',
'src/ares_cancel.c',
Expand Down Expand Up @@ -83,7 +84,6 @@
'src/ares_process.c',
'src/ares_query.c',
'src/ares__read_line.c',
'src/ares_rules.h',
'src/ares_search.c',
'src/ares_send.c',
'src/ares_setup.h',
Expand Down

0 comments on commit 05c15a0

Please sign in to comment.