blob: eb9a3067bb50cf98f91a9bcf606dd2b89effa849 [file] [log] [blame]
sources += files('mod.c')
if configuration.has('HAVE_DLFCN')
sources += files('dl.c')
endif
if system == 'windows'
sources += files('win32/dll.c')
endif