Skip to content

Commit

Permalink
Add missing OAuth sources to VC project.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Oct 21, 2024
1 parent caf2d8f commit 92a2a11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vcnet/libcups2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
<ClCompile Include="..\cups\md5.c" />
<ClCompile Include="..\cups\md5passwd.c" />
<ClCompile Include="..\cups\notify.c" />
<ClCompile Include="..\cups\oauth.c" />
<ClCompile Include="..\cups\options.c" />
<ClCompile Include="..\cups\ppd-attr.c" />
<ClCompile Include="..\cups\ppd-cache.c" />
Expand Down Expand Up @@ -195,6 +196,7 @@
<ClInclude Include="..\cups\language-private.h" />
<ClInclude Include="..\cups\language.h" />
<ClInclude Include="..\cups\md5-private.h" />
<ClInclude Include="..\cups\oauth.h" />
<ClInclude Include="..\cups\ppd-private.h" />
<ClInclude Include="..\cups\ppd.h" />
<ClInclude Include="..\cups\pwg-private.h" />
Expand Down

0 comments on commit 92a2a11

Please sign in to comment.