Changeset 4708060d in mainline


Ignore:
Timestamp:
2025-05-07T10:51:30Z (3 weeks ago)
Author:
GitHub <noreply@…>
Parents:
61f28c4 (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-05-07 10:51:30)
git-committer:
GitHub <noreply@…> (2025-05-07 10:51:30)
Message:

Merge a4f8c3fc1356a032729dd63d327668450bd78391 into 61f28c405b3c98cda69d286db31ae3b984b11cfd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    r61f28c4 r4708060d  
    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.