Skip to content

Commit b77dc06

Browse files
akoeplingerlewing
authored andcommitted
[aprofutil] Install the tool correctly (#16112)
It needed a few tweaks to be usable when Mono is installed to the prefix.
1 parent 1848d78 commit b77dc06

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed

man/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
man_MANS = \
22
al.1 \
3+
aprofutil.1 \
34
cert2spc.1 \
45
certmgr.1 \
56
cert-sync.1 \

mcs/tools/aprofutil/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ include ../../build/rules.make
33

44
PROGRAM = aprofutil.exe
55

6-
LIB_REFS = System System.Core Mono.Options Mono.Profiler.Log
6+
LIB_REFS = System System.Core Mono.Profiler.Log
77

88
include ../../build/executable.make

mcs/tools/aprofutil/aprofutil.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<!-- @BUILT_SOURCES@ -->
4545
<!--Common files-->
4646
<ItemGroup>
47+
<Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs" />
4748
<Compile Include="Program.cs" />
4849
</ItemGroup>
4950
<!--End of common files-->
@@ -52,7 +53,6 @@
5253
<ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
5354
<ProjectReference Include="../../class/System/System.csproj" />
5455
<ProjectReference Include="../../class/System.Core/System.Core.csproj" />
55-
<ProjectReference Include="../../class/Mono.Options/Mono.Options.csproj" />
5656
<ProjectReference Include="../../class/Mono.Profiler.Log/Mono.Profiler.Log.csproj" />
5757
</ItemGroup>
5858
<!-- @ALL_REFERENCES@ -->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Program.cs
2+
../../class/Mono.Options/Mono.Options/Options.cs

packaging/MacSDK/packaging/resources/whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
al
22
al2
3+
aprofutil
34
asp-state
45
asp-state2
56
asp-state4

scripts/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/al
33
/al1
44
/al2
5+
/aprofutil
56
/caspol
67
/cert-sync
78
/cert2spc

scripts/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ scripts_2_0 = \
6464
wsdl2$(SCRIPT_SUFFIX)
6565

6666
scripts_4_0 = \
67+
aprofutil$(SCRIPT_SUFFIX) \
6768
disco$(SCRIPT_SUFFIX) \
6869
dtd2xsd$(SCRIPT_SUFFIX) \
6970
dtd2rng$(SCRIPT_SUFFIX) \

0 commit comments

Comments
 (0)