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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/meson.build

    r3a4c6d9 r4b9213d  
    7272        'fbfont',
    7373        'fdisk',
    74         'fmgt',
    7574        'fmtutil',
    7675        'fs',
     
    8483        'nettl',
    8584        'ofw',
    86         'pcap',
    8785        'pcm',
    8886        'pcut',
     
    262260                                install_files += [[ 'lib', _shared_lib.full_path(), _libname ]]
    263261                                install_deps += [ _shared_lib ]
    264                                 exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    265262                        endif
    266263
     
    291288                                dependencies: _shared_deps,
    292289                        )
     290                        exported_devel_files += [ 'sharedlib', _shared_lib, _libname ]
    293291                endif
    294292
Note: See TracChangeset for help on using the changeset viewer.