Changes in uspace/lib/meson.build [4b9213d:3a4c6d9] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    r4b9213d r3a4c6d9  
    7272        'fbfont',
    7373        'fdisk',
     74        'fmgt',
    7475        'fmtutil',
    7576        'fs',
     
    8384        'nettl',
    8485        'ofw',
     86        'pcap',
    8587        'pcm',
    8688        'pcut',
     
    260262                                install_files += [[ 'lib', _shared_lib.full_path(), _libname ]]
    261263                                install_deps += [ _shared_lib ]
     264                                exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    262265                        endif
    263266
     
    288291                                dependencies: _shared_deps,
    289292                        )
    290                         exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    291293                endif
    292294
Note: See TracChangeset for help on using the changeset viewer.