Skip to content

Commit

Permalink
meson: sort by filename
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed May 5, 2024
1 parent 5be4f45 commit 468d3b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,15 @@ add_global_arguments('-fvisibility=hidden', language : 'c')

# pcscd daemon
pcscd_src = [
'src/auth.c',
'src/atrhandler.c',
'src/auth.c',
'src/debuglog.c',
'src/dyn_unix.c',
'src/eventhandler.c',
'src/hotplug_generic.c',
'src/hotplug_libudev.c',
'src/hotplug_libusb.c',
'src/ifdwrapper.c',
'src/ifdwrapper.h',
'src/pcscdaemon.c',
'src/prothandler.c',
'src/readerfactory.c',
Expand Down

0 comments on commit 468d3b5

Please sign in to comment.