Skip to content

Commit

Permalink
Add missing source files in server Makefile
Browse files Browse the repository at this point in the history
All classes were still built, but make was not able to detect changes on
missing files.
  • Loading branch information
rom1v committed Jan 25, 2018
1 parent 2aa15db commit dca53ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ SRC := com/genymobile/scrcpy/ScrCpyServer.java \
com/genymobile/scrcpy/DesktopConnection.java \
com/genymobile/scrcpy/Device.java \
com/genymobile/scrcpy/EventController.java \
com/genymobile/scrcpy/Ln.java \
com/genymobile/scrcpy/Point.java \
com/genymobile/scrcpy/RawPoint.java \
com/genymobile/scrcpy/ScreenInfo.java \
com/genymobile/scrcpy/ScreenStreamer.java \
com/genymobile/scrcpy/ScreenStreamerSession.java \
Expand Down

0 comments on commit dca53ff

Please sign in to comment.