Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to fully-qualified #includes #1261

Merged
merged 2 commits into from
Jul 30, 2023
Merged

Commits on Jul 30, 2023

  1. Rename VERSION to VERSION.stamp

    -I$(top_srcdir) is not usable on macOS due to a conflicting C++ header
     `version`.
    achernya committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    c4aed05 View commit details
    Browse the repository at this point in the history
  2. Switch to fully-qualified #include

    Previously, mosh used extensive -I flags and all of the mosh-local
    makes it really hard to tell what the proper dependency graph is, so
    instead remove the -I arguments in favvor of $(top_srcdir) and qualify
    the paths wherever they are used.
    achernya committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    39f6781 View commit details
    Browse the repository at this point in the history