diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 21:33:14 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 21:33:14 +0000 |
commit | deb7c8cc85d6101422ad72d4e67522c60d6948e1 (patch) | |
tree | 7d38131ecbe11ebad9b09970d396eb8e0ff110e4 /flow/mcopclass/Makefile.am | |
parent | c21d34f250a978f92f6e0e7c2c27be9b6dde90f7 (diff) | |
download | arts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.tar.gz arts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.zip |
Rempve obsolete and broken autotools files from arts
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1259246 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow/mcopclass/Makefile.am')
-rw-r--r-- | flow/mcopclass/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/flow/mcopclass/Makefile.am b/flow/mcopclass/Makefile.am deleted file mode 100644 index faf2683..0000000 --- a/flow/mcopclass/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -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 |