File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ defmodule Fine do
8
8
9
9
@ moduledoc readme_docs
10
10
11
- @ include_dir Path . expand ( "include" )
11
+ # Note that include/ is a conventional location for Erlang header
12
+ # files (.hrl) and it is copied to _build/. For this reason, we
13
+ # pick a different name.
14
+ @ include_dir Path . expand ( "c_include" )
12
15
13
16
@ doc """
14
17
Returns the directory with Fine header files.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ defmodule Fine.MixProject do
47
47
[
48
48
licenses: [ "Apache-2.0" ] ,
49
49
links: % { "GitHub" => @ github_url } ,
50
- files: ~w( include lib mix.exs README.md LICENSE CHANGELOG.md)
50
+ files: ~w( c_include lib mix.exs README.md LICENSE CHANGELOG.md)
51
51
]
52
52
end
53
53
end
You can’t perform that action at this time.
0 commit comments