Changeset 33c8f1f in mainline


Ignore:
Timestamp:
2025-04-30T10:48:29Z (27 hours ago)
Author:
GitHub <noreply@…>
Parents:
629b480 (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-04-30 10:48:29)
git-committer:
GitHub <noreply@…> (2025-04-30 10:48:29)
Message:

Merge a4f8c3fc1356a032729dd63d327668450bd78391 into 629b480c8129cdb6142f3771670d36a06e295b38

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    r629b480 r33c8f1f  
    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.