Changeset b3e9e75 in mainline


Ignore:
Timestamp:
2025-06-27T16:18:16Z (4 weeks ago)
Author:
GitHub <noreply@…>
Parents:
5caad1d (diff), a4f8c3f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Matěj Volf <mat.volfik@…> (2025-06-27 16:18:16)
git-committer:
GitHub <noreply@…> (2025-06-27 16:18:16)
Message:

Merge a4f8c3fc1356a032729dd63d327668450bd78391 into 5caad1d4a9774280b120ed9f9da51f4bb6f1f4bf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    r5caad1d rb3e9e75  
    260260                                install_files += [[ 'lib', _shared_lib.full_path(), _libname ]]
    261261                                install_deps += [ _shared_lib ]
     262                                exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    262263                        endif
    263264
     
    288289                                dependencies: _shared_deps,
    289290                        )
    290                         exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    291291                endif
    292292
Note: See TracChangeset for help on using the changeset viewer.