Changeset aefdccd in mainline for uspace/lib/meson.build


Ignore:
Timestamp:
2025-10-20T06:14:54Z (7 weeks ago)
Author:
GitHub <noreply@…>
Parents:
adbd7e1 (diff), 3e41cc4 (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:
boba-buba <120932204+boba-buba@…> (2025-10-20 06:14:54)
git-committer:
GitHub <noreply@…> (2025-10-20 06:14:54)
Message:

Merge branch 'HelenOS:master' into ticket/packet-capture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    radbd7e1 raefdccd  
    7272        'fbfont',
    7373        'fdisk',
     74        'fmgt',
    7475        'fmtutil',
    7576        'fs',
     
    261262                                install_files += [[ 'lib', _shared_lib.full_path(), _libname ]]
    262263                                install_deps += [ _shared_lib ]
     264                                exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    263265                        endif
    264266
     
    289291                                dependencies: _shared_deps,
    290292                        )
    291                         exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    292293                endif
    293294
Note: See TracChangeset for help on using the changeset viewer.