Blame korg1212/Makefile.am

Packit e67170
# # Process this file with automake to produce Makefile.in.
Packit e67170
Packit e67170
dsp_files = k1212.dsp
Packit e67170
Packit e67170
EXTRA_DIST = $(dsp_files)
Packit e67170
Packit e67170
if USE_HOTPLUG
Packit e67170
hotplugfwdir = @HOTPLUGFWDIR@/korg
Packit e67170
hotplugfw_DATA = $(dsp_files)
Packit e67170
else
Packit e67170
hotplugfwdir =
Packit e67170
hotplugfw_DATA =
Packit e67170
endif