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

« back to all changes in this revision

Viewing changes to mpeglib/example/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
#  tplay-yaf - Makefile.am
 
2
 
 
3
INCLUDES                =       -I../../include $(all_includes)
 
4
 
 
5
EXTRA_DIST              =       
 
6
 
 
7
noinst_PROGRAMS         =       tplay
 
8
 
 
9
tplay_SOURCES           =       tplay.cpp
 
10
 
 
11
noinst_HEADERS          =       
 
12
 
 
13
tplay_LDFLAGS           =       $(all_libraries) 
 
14
 
 
15
 
 
16
tplay_LDADD             =       ../../lib/libmpeg.la \
 
17
                                $(THIS_LIB_LIBS)
 
18
 
 
19
 
 
20
 
 
21
 
 
22
 
 
23
                                
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32