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

« back to all changes in this revision

Viewing changes to mpeglib/lib/tplay/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
# libtplay - Makefile.am
 
2
 
 
3
 
 
4
EXTRA_DIST = CHANGES README 
 
5
 
 
6
INCLUDES                =       $(all_includes)
 
7
 
 
8
 
 
9
noinst_LTLIBRARIES      =       libtplay.la
 
10
 
 
11
noinst_HEADERS          =       tplayfunctions.h 
 
12
 
 
13
libdir                  =       ${exec_prefix}/lib/$(THIS_LIB_NAME)/decoder
 
14
 
 
15
kmpgincludedir          =       $(includedir)/$(THIS_LIB_NAME)/decoder
 
16
 
 
17
kmpginclude_HEADERS     =       
 
18
 
 
19
libtplay_la_SOURCES     =       au.cpp \
 
20
                                tplayfunctions.cpp wav.cpp
 
21