diff options
Diffstat (limited to 'flow/mcopclass/Makefile.am')
-rw-r--r-- | flow/mcopclass/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/flow/mcopclass/Makefile.am b/flow/mcopclass/Makefile.am new file mode 100644 index 0000000..faf2683 --- /dev/null +++ b/flow/mcopclass/Makefile.am @@ -0,0 +1,15 @@ +mcopclassdir = $(libdir)/mcop/Arts +mcopclass_DATA = Synth_ADD.mcopclass \ + Synth_FREQUENCY.mcopclass \ + Synth_MUL.mcopclass \ + Synth_MULTI_ADD.mcopclass \ + Synth_PLAY.mcopclass \ + Synth_RECORD.mcopclass \ + Synth_PLAY_WAV.mcopclass \ + Synth_WAVE_SIN.mcopclass \ + Synth_BUS_DOWNLINK.mcopclass \ + Synth_BUS_UPLINK.mcopclass \ + Synth_AMAN_PLAY.mcopclass \ + Synth_AMAN_RECORD.mcopclass \ + DataHandlePlay.mcopclass \ + WaveDataHandle.mcopclass |