~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to mpeglib/lib/decoder/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#  libplayerplugin - Makefile.am
 
2
 
 
3
INCLUDES                        =       $(all_includes)
 
4
 
 
5
noinst_LTLIBRARIES              =       libdecoder.la
 
6
 
 
7
 
 
8
noinst_HEADERS                  =       
 
9
 
 
10
libdir                          =       ${exec_prefix}/lib/$(THIS_LIB_NAME)/decoder
 
11
 
 
12
kmpgincludedir                  =       $(includedir)/$(THIS_LIB_NAME)/decoder
 
13
 
 
14
kmpginclude_HEADERS             =       decoderPlugin.h  command.h \
 
15
                                        commandPipe.h nukePlugin.h \
 
16
                                        vorbisPlugin.h cddaPlugin.h \
 
17
                                        splayPlugin.h mpegPlugin.h \
 
18
                                        mpgPlugin.h tplayPlugin.h
 
19
 
 
20
libdecoder_la_SOURCES           =       decoderPlugin.cpp command.cpp \
 
21
                                        commandPipe.cpp nukePlugin.cpp \
 
22
                                        vorbisPlugin.cpp cddaPlugin.cpp \
 
23
                                        splayPlugin.cpp mpegPlugin.cpp \
 
24
                                        mpgPlugin.cpp tplayPlugin.cpp
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
 
 
42
 
 
43
 
 
44