~ubuntu-branches/ubuntu/dapper/kdemultimedia/dapper

« back to all changes in this revision

Viewing changes to akode_artsplugin/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-01-23 14:26:07 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060123142607-4cj5fiu4gef3wypf
Tags: 4:3.5.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
mcoptypedir = $(libdir)/mcop
23
23
mcoptype_DATA = akodearts.mcoptype akodearts.mcopclass
24
24
 
 
25
if include_akode_mpeg
 
26
AKODE_MPEG=akodeMPEGPlayObject.mcopclass
 
27
endif
 
28
 
 
29
if include_akode_mpc
 
30
AKODE_MPC=akodeMPCPlayObject.mcopclass
 
31
endif
 
32
 
 
33
if include_akode_xiph
 
34
AKODE_XIPH=akodeXiphPlayObject.mcopclass akodeVorbisStreamPlayObject.mcopclass akodeSpeexStreamPlayObject.mcopclass
 
35
endif
 
36
 
 
37
if include_akode_ffmpeg
 
38
AKODE_FFMPEG=akodeFFMPEGPlayObject.mcopclass
 
39
endif
 
40
 
25
41
mcopclassdir = $(libdir)/mcop
26
42
mcopclass_DATA = akodePlayObject.mcopclass \
27
 
                 akodeMPCPlayObject.mcopclass \
28
 
                 akodeMPEGPlayObject.mcopclass \
29
 
                 akodeXiphPlayObject.mcopclass \
30
 
                 akodeVorbisStreamPlayObject.mcopclass \
31
 
                 akodeSpeexStreamPlayObject.mcopclass
 
43
                 $(AKODE_MPC) $(AKODE_MPEG) $(AKODE_XIPH) $(AKODE_FFMPEG)
32
44
 
33
45
CLEANFILES=akodearts.h akodearts.cc akodearts.mcopclass akodearts.mcoptype
34
46