diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-05 00:01:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-05 00:01:18 +0000 |
commit | 42995d7bf396933ee60c5f89c354ea89cf13df0d (patch) | |
tree | cfdcea0ac57420e7baf570bfe435e107bb842541 /flow/mcopclass/Makefile.am | |
download | arts-42995d7bf396933ee60c5f89c354ea89cf13df0d.tar.gz arts-42995d7bf396933ee60c5f89c354ea89cf13df0d.zip |
Copy of aRts for Trinity modifications
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1070145 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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 |